Html Css Color HEX #CEEBD5 Granny Apple

📋 copy color: '#CEEBD5'

red 206 ◦ green 235 ◦ blue 213

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

Shades of Granny Apple #CEEBD5

Tints of Granny Apple #CEEBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.57%

R = 31.5%
G = 35.93%
B = 32.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CEEBD5 (or 0xCEEBD5) is known color: Granny Apple. HEX triplet: CE, EB and D5. RGB value is (206,235,213). Sum of RGB (Red+Green+Blue) = 206+235+213=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD5 is #31142A. Grayscale: #DFDFDF. Windows color (decimal): -3216427 or 14019534. OLE color: 14019534.

HSL color Cylindrical-coordinate representation of color #CEEBD5: hue angle of 134.48º 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 #CEEBD5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 213 -
CMYK 0.12 0 0.09 0.08
HSL 134.48º 0.42% 0.86% -
HSV(B) 134.48º 0.12% 0.92% -
XYZ 67.17 77.34 74.34 -
YUV 223.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 206 235 213 0.12 0 0.09 0.08 134.48 0.42 0.86
Hex CE EB D5 C 0 9 8 86 2A 56
Octal 316 353 325 14 0 11 10 206 52 126
Binary 11001110 11101011 11010101 1100 0 1001 1000 10000110 101010 1010110

Color Harmonies of #CEEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBD5

Black with #CEEBD5

Text Example


Text Example

White with #CEEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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