Html Css Color HEX #CCD1DE Link Water

📋 copy color: '#CCD1DE'

red 204 ◦ green 209 ◦ blue 222

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

Shades of Link Water #CCD1DE

Tints of Link Water #CCD1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.96%

R = 32.13%
G = 32.91%
B = 34.96%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD1DE (or 0xCCD1DE) is known color: Link Water. HEX triplet: CC, D1 and DE. RGB value is (204,209,222). Sum of RGB (Red+Green+Blue) = 204+209+222=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DE is #332E21. Grayscale: #D0D0D0. Windows color (decimal): -3354146 or 14602700. OLE color: 14602700.

HSL color Cylindrical-coordinate representation of color #CCD1DE: hue angle of 223.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD1DE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 209 222 -
CMYK 0.08 0.06 0 0.13
HSL 223.33º 0.21% 0.84% -
HSV(B) 223.33º 0.08% 0.87% -
XYZ 60.89 63.71 78.2 -
YUV 208.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 204 209 222 0.08 0.06 0 0.13 223.33 0.21 0.84
Hex CC D1 DE 8 6 0 D DF 15 54
Octal 314 321 336 10 6 0 15 337 25 124
Binary 11001100 11010001 11011110 1000 110 0 1101 11011111 10101 1010100

Color Harmonies of #CCD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DE

Black with #CCD1DE

Text Example


Text Example

White with #CCD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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