Html Css Color HEX #CEF0CF Granny Apple

📋 copy color: '#CEF0CF'

red 206 ◦ green 240 ◦ blue 207

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

Shades of Granny Apple #CEF0CF

Tints of Granny Apple #CEF0CF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.75%

 BLUE value IS 207 (81.25% from 255) = 31.7%

R = 31.55%
G = 36.75%
B = 31.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#CEF0CF (or 0xCEF0CF) is known color: Granny Apple. HEX triplet: CE, F0 and CF. RGB value is (206,240,207). Sum of RGB (Red+Green+Blue) = 206+240+207=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0CF is #310F30. Grayscale: #E2E2E2. Windows color (decimal): -3215153 or 13627598. OLE color: 13627598.

HSL color Cylindrical-coordinate representation of color #CEF0CF: hue angle of 121.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0CF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 207 -
CMYK 0.14 0 0.14 0.06
HSL 121.76º 0.53% 0.87% -
HSV(B) 121.76º 0.14% 0.94% -
XYZ 67.88 79.95 70.89 -
YUV 226.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 206 240 207 0.14 0 0.14 0.06 121.76 0.53 0.87
Hex CE F0 CF E 0 E 6 7A 35 57
Octal 316 360 317 16 0 16 6 172 65 127
Binary 11001110 11110000 11001111 1110 0 1110 110 1111010 110101 1010111

Color Harmonies of #CEF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0CF

Black with #CEF0CF

Text Example


Text Example

White with #CEF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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