Html Css Color HEX #CCCED7 Link Water

📋 copy color: '#CCCED7'

red 204 ◦ green 206 ◦ blue 215

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

Shades of Link Water #CCCED7

Tints of Link Water #CCCED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.96%

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 32.64%
G = 32.96%
B = 34.4%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCED7 (or 0xCCCED7) is known color: Link Water. HEX triplet: CC, CE and D7. RGB value is (204,206,215). Sum of RGB (Red+Green+Blue) = 204+206+215=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED7 is #333128. Grayscale: #CECECE. Windows color (decimal): -3354921 or 14143180. OLE color: 14143180.

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

Color convert

RGB 204 206 215 -
CMYK 0.05 0.04 0 0.16
HSL 229.09º 0.12% 0.82% -
HSV(B) 229.09º 0.05% 0.84% -
XYZ 59.24 61.89 73.11 -
YUV 206.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 204 206 215 0.05 0.04 0 0.16 229.09 0.12 0.82
Hex CC CE D7 5 4 0 10 E5 C 52
Octal 314 316 327 5 4 0 20 345 14 122
Binary 11001100 11001110 11010111 101 100 0 10000 11100101 1100 1010010

Color Harmonies of #CCCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCED7

Black with #CCCED7

Text Example


Text Example

White with #CCCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCED7; }

 p { color: rgb(204,206,215); }

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

background-color css

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

 a { background-color: rgb(204,206,215); }

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

border-color css

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

 span { border-color: rgb(204,206,215); }

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