Html Css Color HEX #CCD4DA Link Water

📋 copy color: '#CCD4DA'

red 204 ◦ green 212 ◦ blue 218

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

Shades of Link Water #CCD4DA

Tints of Link Water #CCD4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.44%

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

R = 32.18%
G = 33.44%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD4DA (or 0xCCD4DA) is known color: Link Water. HEX triplet: CC, D4 and DA. RGB value is (204,212,218). Sum of RGB (Red+Green+Blue) = 204+212+218=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DA is #332B25. Grayscale: #D2D2D2. Windows color (decimal): -3353382 or 14341324. OLE color: 14341324.

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

Color convert

RGB 204 212 218 -
CMYK 0.06 0.03 0 0.15
HSL 205.71º 0.16% 0.83% -
HSV(B) 205.71º 0.06% 0.85% -
XYZ 61.1 64.99 75.65 -
YUV 210.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 204 212 218 0.06 0.03 0 0.15 205.71 0.16 0.83
Hex CC D4 DA 6 3 0 F CE 10 53
Octal 314 324 332 6 3 0 17 316 20 123
Binary 11001100 11010100 11011010 110 11 0 1111 11001110 10000 1010011

Color Harmonies of #CCD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4DA

Black with #CCD4DA

Text Example


Text Example

White with #CCD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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