Html Css Color HEX #CECEC9 Celeste

📋 copy color: '#CECEC9'

red 206 ◦ green 206 ◦ blue 201

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

Shades of Celeste #CECEC9

Tints of Celeste #CECEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 33.61%
G = 33.61%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CECEC9 (or 0xCECEC9) is known color: Celeste. HEX triplet: CE, CE and C9. RGB value is (206,206,201). Sum of RGB (Red+Green+Blue) = 206+206+201=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC9 is #313136. Grayscale: #CDCDCD. Windows color (decimal): -3223863 or 13225678. OLE color: 13225678.

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

Color convert

RGB 206 206 201 -
CMYK 0 0 0.02 0.19
HSL 60º 0.05% 0.8% -
HSV(B) 60º 0.02% 0.81% -
XYZ 58.07 61.48 64.06 -
YUV 205.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 206 206 201 0 0 0.02 0.19 60 0.05 0.8
Hex CE CE C9 0 0 2 13 3C 5 50
Octal 316 316 311 0 0 2 23 74 5 120
Binary 11001110 11001110 11001001 0 0 10 10011 111100 101 1010000

Color Harmonies of #CECEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEC9

Black with #CECEC9

Text Example


Text Example

White with #CECEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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