Html Css Color HEX #CEE2D4 Granny Apple

📋 copy color: '#CEE2D4'

red 206 ◦ green 226 ◦ blue 212

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

Shades of Granny Apple #CEE2D4

Tints of Granny Apple #CEE2D4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 31.99%
G = 35.09%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#CEE2D4 (or 0xCEE2D4) is known color: Granny Apple. HEX triplet: CE, E2 and D4. RGB value is (206,226,212). Sum of RGB (Red+Green+Blue) = 206+226+212=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2D4 is #311D2B. Grayscale: #DADADA. Windows color (decimal): -3218732 or 13951694. OLE color: 13951694.

HSL color Cylindrical-coordinate representation of color #CEE2D4: hue angle of 138º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE2D4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 212 -
CMYK 0.09 0 0.06 0.11
HSL 138º 0.26% 0.85% -
HSV(B) 138º 0.09% 0.89% -
XYZ 64.53 72.27 72.84 -
YUV 218.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 206 226 212 0.09 0 0.06 0.11 138 0.26 0.85
Hex CE E2 D4 9 0 6 B 8A 1A 55
Octal 316 342 324 11 0 6 13 212 32 125
Binary 11001110 11100010 11010100 1001 0 110 1011 10001010 11010 1010101

Color Harmonies of #CEE2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2D4

Black with #CEE2D4

Text Example


Text Example

White with #CEE2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2D4; }

 p { color: rgb(206,226,212); }

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

background-color css

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

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

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

border-color css

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

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

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