Html Css Color HEX #CECFD5 Link Water

📋 copy color: '#CECFD5'

red 206 ◦ green 207 ◦ blue 213

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

Shades of Link Water #CECFD5

Tints of Link Water #CECFD5

RGB

 RED value IS 206 (80.86% from 255) = 32.91%

 GREEN value IS 207 (81.25% from 255) = 33.07%

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

R = 32.91%
G = 33.07%
B = 34.03%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CECFD5 (or 0xCECFD5) is known color: Link Water. HEX triplet: CE, CF and D5. RGB value is (206,207,213). Sum of RGB (Red+Green+Blue) = 206+207+213=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD5 is #31302A. Grayscale: #CFCFCF. Windows color (decimal): -3223595 or 14012366. OLE color: 14012366.

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

Color convert

RGB 206 207 213 -
CMYK 0.03 0.03 0 0.16
HSL 231.43º 0.08% 0.82% -
HSV(B) 231.43º 0.03% 0.84% -
XYZ 59.78 62.55 71.87 -
YUV 207.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 206 207 213 0.03 0.03 0 0.16 231.43 0.08 0.82
Hex CE CF D5 3 3 0 10 E7 8 52
Octal 316 317 325 3 3 0 20 347 10 122
Binary 11001110 11001111 11010101 11 11 0 10000 11100111 1000 1010010

Color Harmonies of #CECFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFD5

Black with #CECFD5

Text Example


Text Example

White with #CECFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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