Html Css Color HEX #CCD2DF Link Water

📋 copy color: '#CCD2DF'

red 204 ◦ green 210 ◦ blue 223

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

Shades of Link Water #CCD2DF

Tints of Link Water #CCD2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 32.03%
G = 32.97%
B = 35.01%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD2DF (or 0xCCD2DF) is known color: Link Water. HEX triplet: CC, D2 and DF. RGB value is (204,210,223). Sum of RGB (Red+Green+Blue) = 204+210+223=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DF is #332D20. Grayscale: #D1D1D1. Windows color (decimal): -3353889 or 14668492. OLE color: 14668492.

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

Color convert

RGB 204 210 223 -
CMYK 0.09 0.06 0 0.13
HSL 221.05º 0.23% 0.84% -
HSV(B) 221.05º 0.09% 0.87% -
XYZ 61.27 64.26 78.99 -
YUV 209.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 204 210 223 0.09 0.06 0 0.13 221.05 0.23 0.84
Hex CC D2 DF 9 6 0 D DD 17 54
Octal 314 322 337 11 6 0 15 335 27 124
Binary 11001100 11010010 11011111 1001 110 0 1101 11011101 10111 1010100

Color Harmonies of #CCD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2DF

Black with #CCD2DF

Text Example


Text Example

White with #CCD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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