Html Css Color HEX #CCCED4 Link Water

📋 copy color: '#CCCED4'

red 204 ◦ green 206 ◦ blue 212

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

Shades of Link Water #CCCED4

Tints of Link Water #CCCED4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 32.8%
G = 33.12%
B = 34.08%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCCED4 (or 0xCCCED4) is known color: Link Water. HEX triplet: CC, CE and D4. RGB value is (204,206,212). Sum of RGB (Red+Green+Blue) = 204+206+212=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED4 is #33312B. Grayscale: #CECECE. Windows color (decimal): -3354924 or 13946572. OLE color: 13946572.

HSL color Cylindrical-coordinate representation of color #CCCED4: hue angle of 225º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCED4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 206 212 -
CMYK 0.04 0.03 0 0.17
HSL 225º 0.09% 0.82% -
HSV(B) 225º 0.04% 0.83% -
XYZ 58.86 61.73 71.1 -
YUV 206.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 204 206 212 0.04 0.03 0 0.17 225 0.09 0.82
Hex CC CE D4 4 3 0 11 E1 9 52
Octal 314 316 324 4 3 0 21 341 11 122
Binary 11001100 11001110 11010100 100 11 0 10001 11100001 1001 1010010

Color Harmonies of #CCCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCED4

Black with #CCCED4

Text Example


Text Example

White with #CCCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCED4; }

 p { color: rgb(204,206,212); }

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

background-color css

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

 a { background-color: rgb(204,206,212); }

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

border-color css

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

 span { border-color: rgb(204,206,212); }

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