Html Css Color HEX #CCD5DA Link Water

📋 copy color: '#CCD5DA'

red 204 ◦ green 213 ◦ blue 218

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

Shades of Link Water #CCD5DA

Tints of Link Water #CCD5DA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.54%

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

R = 32.13%
G = 33.54%
B = 34.33%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD5DA (or 0xCCD5DA) is known color: Link Water. HEX triplet: CC, D5 and DA. RGB value is (204,213,218). Sum of RGB (Red+Green+Blue) = 204+213+218=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DA is #332A25. Grayscale: #D2D2D2. Windows color (decimal): -3353126 or 14341580. OLE color: 14341580.

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

Color convert

RGB 204 213 218 -
CMYK 0.06 0.02 0 0.15
HSL 201.43º 0.16% 0.83% -
HSV(B) 201.43º 0.06% 0.85% -
XYZ 61.35 65.49 75.74 -
YUV 210.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 204 213 218 0.06 0.02 0 0.15 201.43 0.16 0.83
Hex CC D5 DA 6 2 0 F C9 10 53
Octal 314 325 332 6 2 0 17 311 20 123
Binary 11001100 11010101 11011010 110 10 0 1111 11001001 10000 1010011

Color Harmonies of #CCD5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5DA

Black with #CCD5DA

Text Example


Text Example

White with #CCD5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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