Html Css Color HEX #CEF2D0 Granny Apple

📋 copy color: '#CEF2D0'

red 206 ◦ green 242 ◦ blue 208

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

Shades of Granny Apple #CEF2D0

Tints of Granny Apple #CEF2D0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

 BLUE value IS 208 (81.64% from 255) = 31.71%

R = 31.4%
G = 36.89%
B = 31.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#CEF2D0 (or 0xCEF2D0) is known color: Granny Apple. HEX triplet: CE, F2 and D0. RGB value is (206,242,208). Sum of RGB (Red+Green+Blue) = 206+242+208=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2D0 is #310D2F. Grayscale: #E3E3E3. Windows color (decimal): -3214640 or 13693646. OLE color: 13693646.

HSL color Cylindrical-coordinate representation of color #CEF2D0: hue angle of 123.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2D0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 208 -
CMYK 0.15 0 0.14 0.05
HSL 123.33º 0.58% 0.88% -
HSV(B) 123.33º 0.15% 0.95% -
XYZ 68.59 81.18 71.73 -
YUV 227.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 206 242 208 0.15 0 0.14 0.05 123.33 0.58 0.88
Hex CE F2 D0 F 0 E 5 7B 3A 58
Octal 316 362 320 17 0 16 5 173 72 130
Binary 11001110 11110010 11010000 1111 0 1110 101 1111011 111010 1011000

Color Harmonies of #CEF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2D0

Black with #CEF2D0

Text Example


Text Example

White with #CEF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2D0; }

 p { color: rgb(206,242,208); }

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

background-color css

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

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

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

border-color css

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

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

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