Html Css Color HEX #CCCDD4 Link Water

📋 copy color: '#CCCDD4'

red 204 ◦ green 205 ◦ blue 212

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

Shades of Link Water #CCCDD4

Tints of Link Water #CCCDD4

RGB

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

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

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

R = 32.85%
G = 33.01%
B = 34.14%

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

#CCCDD4 (or 0xCCCDD4) is known color: Link Water. HEX triplet: CC, CD and D4. RGB value is (204,205,212). Sum of RGB (Red+Green+Blue) = 204+205+212=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD4 is #33322B. Grayscale: #CDCDCD. Windows color (decimal): -3355180 or 13946316. OLE color: 13946316.

HSL color Cylindrical-coordinate representation of color #CCCDD4: hue angle of 232.5º 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 #CCCDD4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 205 212 -
CMYK 0.04 0.03 0 0.17
HSL 232.5º 0.09% 0.82% -
HSV(B) 232.5º 0.04% 0.83% -
XYZ 58.62 61.25 71.02 -
YUV 205.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 204 205 212 0.04 0.03 0 0.17 232.5 0.09 0.82
Hex CC CD D4 4 3 0 11 E8 9 52
Octal 314 315 324 4 3 0 21 350 11 122
Binary 11001100 11001101 11010100 100 11 0 10001 11101000 1001 1010010

Color Harmonies of #CCCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDD4

Black with #CCCDD4

Text Example


Text Example

White with #CCCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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