Html Css Color HEX #CEEBD0 Granny Apple

📋 copy color: '#CEEBD0'

red 206 ◦ green 235 ◦ blue 208

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

Shades of Granny Apple #CEEBD0

Tints of Granny Apple #CEEBD0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

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

R = 31.74%
G = 36.21%
B = 32.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#CEEBD0 (or 0xCEEBD0) is known color: Granny Apple. HEX triplet: CE, EB and D0. RGB value is (206,235,208). Sum of RGB (Red+Green+Blue) = 206+235+208=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD0 is #31142F. Grayscale: #DFDFDF. Windows color (decimal): -3216432 or 13691854. OLE color: 13691854.

HSL color Cylindrical-coordinate representation of color #CEEBD0: hue angle of 124.14º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBD0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 208 -
CMYK 0.12 0 0.11 0.08
HSL 124.14º 0.42% 0.86% -
HSV(B) 124.14º 0.12% 0.92% -
XYZ 66.55 77.09 71.05 -
YUV 223.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 206 235 208 0.12 0 0.11 0.08 124.14 0.42 0.86
Hex CE EB D0 C 0 B 8 7C 2A 56
Octal 316 353 320 14 0 13 10 174 52 126
Binary 11001110 11101011 11010000 1100 0 1011 1000 1111100 101010 1010110

Color Harmonies of #CEEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBD0

Black with #CEEBD0

Text Example


Text Example

White with #CEEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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