Html Css Color HEX #CECFD6 Link Water

📋 copy color: '#CECFD6'

red 206 ◦ green 207 ◦ blue 214

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

Shades of Link Water #CECFD6

Tints of Link Water #CECFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 32.85%
G = 33.01%
B = 34.13%

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

#CECFD6 (or 0xCECFD6) is known color: Link Water. HEX triplet: CE, CF and D6. RGB value is (206,207,214). Sum of RGB (Red+Green+Blue) = 206+207+214=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD6 is #313029. Grayscale: #CFCFCF. Windows color (decimal): -3223594 or 14077902. OLE color: 14077902.

HSL color Cylindrical-coordinate representation of color #CECFD6: hue angle of 232.5º degrees, saturation: 0.09, 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 #CECFD6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 207 214 -
CMYK 0.04 0.03 0 0.16
HSL 232.5º 0.09% 0.82% -
HSV(B) 232.5º 0.04% 0.84% -
XYZ 59.9 62.6 72.54 -
YUV 207.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 206 207 214 0.04 0.03 0 0.16 232.5 0.09 0.82
Hex CE CF D6 4 3 0 10 E8 9 52
Octal 316 317 326 4 3 0 20 350 11 122
Binary 11001110 11001111 11010110 100 11 0 10000 11101000 1001 1010010

Color Harmonies of #CECFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFD6

Black with #CECFD6

Text Example


Text Example

White with #CECFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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