Html Css Color HEX #CCCDD6 Link Water

📋 copy color: '#CCCDD6'

red 204 ◦ green 205 ◦ blue 214

#CCCDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CCCDD6

Tints of Link Water #CCCDD6

RGB

 RED value IS 204 (80.08% from 255) = 32.74%

 GREEN value IS 205 (80.47% from 255) = 32.91%

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 32.74%
G = 32.91%
B = 34.35%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCDD6 (or 0xCCCDD6) is known color: Link Water. HEX triplet: CC, CD and D6. RGB value is (204,205,214). Sum of RGB (Red+Green+Blue) = 204+205+214=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD6 is #333229. Grayscale: #CDCDCD. Windows color (decimal): -3355178 or 14077388. OLE color: 14077388.

HSL color Cylindrical-coordinate representation of color #CCCDD6: hue angle of 234º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCDD6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 205 214 -
CMYK 0.05 0.04 0 0.16
HSL 234º 0.11% 0.82% -
HSV(B) 234º 0.05% 0.84% -
XYZ 58.87 61.36 72.36 -
YUV 205.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 204 205 214 0.05 0.04 0 0.16 234 0.11 0.82
Hex CC CD D6 5 4 0 10 EA B 52
Octal 314 315 326 5 4 0 20 352 13 122
Binary 11001100 11001101 11010110 101 100 0 10000 11101010 1011 1010010

Color Harmonies of #CCCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDD6

Black with #CCCDD6

Text Example


Text Example

White with #CCCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDD6; }

 p { color: rgb(204,205,214); }

 H1.HeaderClassName
 {
   color: #CCCDD6;
 }
 .AnyTagClassName
 {
   color: #CCCDD6;
 }
</style>

background-color css

<style>
 a { background-color: #CCCDD6; }

 a { background-color: rgb(204,205,214); }

 div.DivClassName
 {
   background-color: #CCCDD6;
 }
 .BgClassName
 {
   background-color: #CCCDD6;
 }
</style>

border-color css

<style>
 span { border-color: #CCCDD6; }

 span { border-color: rgb(204,205,214); }

 td.TdClassName
 {
   border-color: #CCCDD6;
 }
 .TagClassName
 {
   border-color: #CCCDD6;
 }
</style>