Html Css Color HEX #CECFD9 Link Water

📋 copy color: '#CECFD9'

red 206 ◦ green 207 ◦ blue 217

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

Shades of Link Water #CECFD9

Tints of Link Water #CECFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 32.7%
G = 32.86%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CECFD9 (or 0xCECFD9) is known color: Link Water. HEX triplet: CE, CF and D9. RGB value is (206,207,217). Sum of RGB (Red+Green+Blue) = 206+207+217=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD9 is #313026. Grayscale: #CFCFCF. Windows color (decimal): -3223591 or 14274510. OLE color: 14274510.

HSL color Cylindrical-coordinate representation of color #CECFD9: hue angle of 234.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECFD9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 207 217 -
CMYK 0.05 0.05 0 0.15
HSL 234.55º 0.13% 0.83% -
HSV(B) 234.55º 0.05% 0.85% -
XYZ 60.29 62.76 74.58 -
YUV 207.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 206 207 217 0.05 0.05 0 0.15 234.55 0.13 0.83
Hex CE CF D9 5 5 0 F EB D 53
Octal 316 317 331 5 5 0 17 353 15 123
Binary 11001110 11001111 11011001 101 101 0 1111 11101011 1101 1010011

Color Harmonies of #CECFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFD9

Black with #CECFD9

Text Example


Text Example

White with #CECFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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