Html Css Color HEX #CEF0D6 Granny Apple

📋 copy color: '#CEF0D6'

red 206 ◦ green 240 ◦ blue 214

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

Shades of Granny Apple #CEF0D6

Tints of Granny Apple #CEF0D6

RGB

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

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

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

R = 31.21%
G = 36.36%
B = 32.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#CEF0D6 (or 0xCEF0D6) is known color: Granny Apple. HEX triplet: CE, F0 and D6. RGB value is (206,240,214). Sum of RGB (Red+Green+Blue) = 206+240+214=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0D6 is #310F29. Grayscale: #E2E2E2. Windows color (decimal): -3215146 or 14086350. OLE color: 14086350.

HSL color Cylindrical-coordinate representation of color #CEF0D6: hue angle of 134.12º 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 #CEF0D6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 214 -
CMYK 0.14 0 0.11 0.06
HSL 134.12º 0.53% 0.87% -
HSV(B) 134.12º 0.14% 0.94% -
XYZ 68.75 80.3 75.49 -
YUV 226.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 206 240 214 0.14 0 0.11 0.06 134.12 0.53 0.87
Hex CE F0 D6 E 0 B 6 86 35 57
Octal 316 360 326 16 0 13 6 206 65 127
Binary 11001110 11110000 11010110 1110 0 1011 110 10000110 110101 1010111

Color Harmonies of #CEF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0D6

Black with #CEF0D6

Text Example


Text Example

White with #CEF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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