Html Css Color HEX #CCD2DA Link Water

📋 copy color: '#CCD2DA'

red 204 ◦ green 210 ◦ blue 218

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

Shades of Link Water #CCD2DA

Tints of Link Water #CCD2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 32.28%
G = 33.23%
B = 34.49%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD2DA (or 0xCCD2DA) is known color: Link Water. HEX triplet: CC, D2 and DA. RGB value is (204,210,218). Sum of RGB (Red+Green+Blue) = 204+210+218=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DA is #332D25. Grayscale: #D1D1D1. Windows color (decimal): -3353894 or 14340812. OLE color: 14340812.

HSL color Cylindrical-coordinate representation of color #CCD2DA: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD2DA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 210 218 -
CMYK 0.06 0.04 0 0.15
HSL 214.29º 0.16% 0.83% -
HSV(B) 214.29º 0.06% 0.85% -
XYZ 60.6 63.99 75.49 -
YUV 209.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 204 210 218 0.06 0.04 0 0.15 214.29 0.16 0.83
Hex CC D2 DA 6 4 0 F D6 10 53
Octal 314 322 332 6 4 0 17 326 20 123
Binary 11001100 11010010 11011010 110 100 0 1111 11010110 10000 1010011

Color Harmonies of #CCD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2DA

Black with #CCD2DA

Text Example


Text Example

White with #CCD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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