Html Css Color HEX #CECEC7 Celeste

📋 copy color: '#CECEC7'

red 206 ◦ green 206 ◦ blue 199

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

Shades of Celeste #CECEC7

Tints of Celeste #CECEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 33.72%
G = 33.72%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CECEC7 (or 0xCECEC7) is known color: Celeste. HEX triplet: CE, CE and C7. RGB value is (206,206,199). Sum of RGB (Red+Green+Blue) = 206+206+199=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC7 is #313138. Grayscale: #CDCDCD. Windows color (decimal): -3223865 or 13094606. OLE color: 13094606.

HSL color Cylindrical-coordinate representation of color #CECEC7: hue angle of 60º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECEC7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 206 199 -
CMYK 0 0 0.03 0.19
HSL 60º 0.07% 0.79% -
HSV(B) 60º 0.03% 0.81% -
XYZ 57.83 61.39 62.83 -
YUV 205.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 206 206 199 0 0 0.03 0.19 60 0.07 0.79
Hex CE CE C7 0 0 3 13 3C 7 4F
Octal 316 316 307 0 0 3 23 74 7 117
Binary 11001110 11001110 11000111 0 0 11 10011 111100 111 1001111

Color Harmonies of #CECEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEC7

Black with #CECEC7

Text Example


Text Example

White with #CECEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEC7; }

 p { color: rgb(206,206,199); }

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

background-color css

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

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

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

border-color css

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

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

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