Html Css Color HEX #CCD2DE Link Water

📋 copy color: '#CCD2DE'

red 204 ◦ green 210 ◦ blue 222

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

Shades of Link Water #CCD2DE

Tints of Link Water #CCD2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 32.08%
G = 33.02%
B = 34.91%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD2DE (or 0xCCD2DE) is known color: Link Water. HEX triplet: CC, D2 and DE. RGB value is (204,210,222). Sum of RGB (Red+Green+Blue) = 204+210+222=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DE is #332D21. Grayscale: #D1D1D1. Windows color (decimal): -3353890 or 14602956. OLE color: 14602956.

HSL color Cylindrical-coordinate representation of color #CCD2DE: hue angle of 220º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD2DE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 210 222 -
CMYK 0.08 0.05 0 0.13
HSL 220º 0.21% 0.84% -
HSV(B) 220º 0.08% 0.87% -
XYZ 61.13 64.2 78.28 -
YUV 209.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 204 210 222 0.08 0.05 0 0.13 220 0.21 0.84
Hex CC D2 DE 8 5 0 D DC 15 54
Octal 314 322 336 10 5 0 15 334 25 124
Binary 11001100 11010010 11011110 1000 101 0 1101 11011100 10101 1010100

Color Harmonies of #CCD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2DE

Black with #CCD2DE

Text Example


Text Example

White with #CCD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2DE; }

 p { color: rgb(204,210,222); }

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

background-color css

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

 a { background-color: rgb(204,210,222); }

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

border-color css

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

 span { border-color: rgb(204,210,222); }

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