Html Css Color HEX #CCD1DA Link Water

📋 copy color: '#CCD1DA'

red 204 ◦ green 209 ◦ blue 218

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

Shades of Link Water #CCD1DA

Tints of Link Water #CCD1DA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.12%

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

R = 32.33%
G = 33.12%
B = 34.55%

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

#CCD1DA (or 0xCCD1DA) is known color: Link Water. HEX triplet: CC, D1 and DA. RGB value is (204,209,218). Sum of RGB (Red+Green+Blue) = 204+209+218=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DA is #332E25. Grayscale: #D0D0D0. Windows color (decimal): -3354150 or 14340556. OLE color: 14340556.

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

Color convert

RGB 204 209 218 -
CMYK 0.06 0.04 0 0.15
HSL 218.57º 0.16% 0.83% -
HSV(B) 218.57º 0.06% 0.85% -
XYZ 60.36 63.5 75.41 -
YUV 208.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 204 209 218 0.06 0.04 0 0.15 218.57 0.16 0.83
Hex CC D1 DA 6 4 0 F DB 10 53
Octal 314 321 332 6 4 0 17 333 20 123
Binary 11001100 11010001 11011010 110 100 0 1111 11011011 10000 1010011

Color Harmonies of #CCD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DA

Black with #CCD1DA

Text Example


Text Example

White with #CCD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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