Html Css Color HEX #CCD1DF Link Water

📋 copy color: '#CCD1DF'

red 204 ◦ green 209 ◦ blue 223

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

Shades of Link Water #CCD1DF

Tints of Link Water #CCD1DF

RGB

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

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

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

R = 32.08%
G = 32.86%
B = 35.06%

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

#CCD1DF (or 0xCCD1DF) is known color: Link Water. HEX triplet: CC, D1 and DF. RGB value is (204,209,223). Sum of RGB (Red+Green+Blue) = 204+209+223=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DF is #332E20. Grayscale: #D1D1D1. Windows color (decimal): -3354145 or 14668236. OLE color: 14668236.

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

Color convert

RGB 204 209 223 -
CMYK 0.09 0.06 0 0.13
HSL 224.21º 0.23% 0.84% -
HSV(B) 224.21º 0.09% 0.87% -
XYZ 61.02 63.77 78.9 -
YUV 209.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 204 209 223 0.09 0.06 0 0.13 224.21 0.23 0.84
Hex CC D1 DF 9 6 0 D E0 17 54
Octal 314 321 337 11 6 0 15 340 27 124
Binary 11001100 11010001 11011111 1001 110 0 1101 11100000 10111 1010100

Color Harmonies of #CCD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DF

Black with #CCD1DF

Text Example


Text Example

White with #CCD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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