Html Css Color HEX #CCD5DE Link Water

📋 copy color: '#CCD5DE'

red 204 ◦ green 213 ◦ blue 222

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

Shades of Link Water #CCD5DE

Tints of Link Water #CCD5DE

RGB

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

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

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

R = 31.92%
G = 33.33%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD5DE (or 0xCCD5DE) is known color: Link Water. HEX triplet: CC, D5 and DE. RGB value is (204,213,222). Sum of RGB (Red+Green+Blue) = 204+213+222=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DE is #332A21. Grayscale: #D3D3D3. Windows color (decimal): -3353122 or 14603724. OLE color: 14603724.

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

Color convert

RGB 204 213 222 -
CMYK 0.08 0.04 0 0.13
HSL 210º 0.21% 0.84% -
HSV(B) 210º 0.08% 0.87% -
XYZ 61.88 65.7 78.53 -
YUV 211.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 204 213 222 0.08 0.04 0 0.13 210 0.21 0.84
Hex CC D5 DE 8 4 0 D D2 15 54
Octal 314 325 336 10 4 0 15 322 25 124
Binary 11001100 11010101 11011110 1000 100 0 1101 11010010 10101 1010100

Color Harmonies of #CCD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5DE

Black with #CCD5DE

Text Example


Text Example

White with #CCD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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