Html Css Color HEX #CCCED5 Link Water

📋 copy color: '#CCCED5'

red 204 ◦ green 206 ◦ blue 213

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

Shades of Link Water #CCCED5

Tints of Link Water #CCCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 32.74%
G = 33.07%
B = 34.19%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCED5 (or 0xCCCED5) is known color: Link Water. HEX triplet: CC, CE and D5. RGB value is (204,206,213). Sum of RGB (Red+Green+Blue) = 204+206+213=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED5 is #33312A. Grayscale: #CECECE. Windows color (decimal): -3354923 or 14012108. OLE color: 14012108.

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

Color convert

RGB 204 206 213 -
CMYK 0.04 0.03 0 0.16
HSL 226.67º 0.1% 0.82% -
HSV(B) 226.67º 0.04% 0.84% -
XYZ 58.98 61.78 71.77 -
YUV 206.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 204 206 213 0.04 0.03 0 0.16 226.67 0.1 0.82
Hex CC CE D5 4 3 0 10 E3 A 52
Octal 314 316 325 4 3 0 20 343 12 122
Binary 11001100 11001110 11010101 100 11 0 10000 11100011 1010 1010010

Color Harmonies of #CCCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCED5

Black with #CCCED5

Text Example


Text Example

White with #CCCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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