Html Css Color HEX #CCD2E0 Link Water

📋 copy color: '#CCD2E0'

red 204 ◦ green 210 ◦ blue 224

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

Shades of Link Water #CCD2E0

Tints of Link Water #CCD2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.11%

R = 31.97%
G = 32.92%
B = 35.11%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCD2E0 (or 0xCCD2E0) is known color: Link Water. HEX triplet: CC, D2 and E0. RGB value is (204,210,224). Sum of RGB (Red+Green+Blue) = 204+210+224=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCD2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2E0 is #332D1F. Grayscale: #D1D1D1. Windows color (decimal): -3353888 or 14734028. OLE color: 14734028.

HSL color Cylindrical-coordinate representation of color #CCD2E0: hue angle of 222º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD2E0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 210 224 -
CMYK 0.09 0.06 0 0.12
HSL 222º 0.24% 0.84% -
HSV(B) 222º 0.09% 0.88% -
XYZ 61.4 64.31 79.7 -
YUV 209.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 204 210 224 0.09 0.06 0 0.12 222 0.24 0.84
Hex CC D2 E0 9 6 0 C DE 18 54
Octal 314 322 340 11 6 0 14 336 30 124
Binary 11001100 11010010 11100000 1001 110 0 1100 11011110 11000 1010100

Color Harmonies of #CCD2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2E0

Black with #CCD2E0

Text Example


Text Example

White with #CCD2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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