Html Css Color HEX #CCD5E0 Link Water

📋 copy color: '#CCD5E0'

red 204 ◦ green 213 ◦ blue 224

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

Shades of Link Water #CCD5E0

Tints of Link Water #CCD5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.95%

R = 31.83%
G = 33.23%
B = 34.95%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCD5E0 (or 0xCCD5E0) is known color: Link Water. HEX triplet: CC, D5 and E0. RGB value is (204,213,224). Sum of RGB (Red+Green+Blue) = 204+213+224=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5E0 is #332A1F. Grayscale: #D3D3D3. Windows color (decimal): -3353120 or 14734796. OLE color: 14734796.

HSL color Cylindrical-coordinate representation of color #CCD5E0: hue angle of 213º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD5E0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 213 224 -
CMYK 0.09 0.05 0 0.12
HSL 213º 0.24% 0.84% -
HSV(B) 213º 0.09% 0.88% -
XYZ 62.15 65.81 79.95 -
YUV 211.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 204 213 224 0.09 0.05 0 0.12 213 0.24 0.84
Hex CC D5 E0 9 5 0 C D5 18 54
Octal 314 325 340 11 5 0 14 325 30 124
Binary 11001100 11010101 11100000 1001 101 0 1100 11010101 11000 1010100

Color Harmonies of #CCD5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5E0

Black with #CCD5E0

Text Example


Text Example

White with #CCD5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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