Html Css Color HEX #CEEBD6 Granny Apple

📋 copy color: '#CEEBD6'

red 206 ◦ green 235 ◦ blue 214

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

Shades of Granny Apple #CEEBD6

Tints of Granny Apple #CEEBD6

RGB

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

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

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

R = 31.45%
G = 35.88%
B = 32.67%

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

#CEEBD6 (or 0xCEEBD6) is known color: Granny Apple. HEX triplet: CE, EB and D6. RGB value is (206,235,214). Sum of RGB (Red+Green+Blue) = 206+235+214=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD6 is #311429. Grayscale: #DFDFDF. Windows color (decimal): -3216426 or 14085070. OLE color: 14085070.

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

Color convert

RGB 206 235 214 -
CMYK 0.12 0 0.09 0.08
HSL 136.55º 0.42% 0.86% -
HSV(B) 136.55º 0.12% 0.92% -
XYZ 67.3 77.39 75.01 -
YUV 223.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 206 235 214 0.12 0 0.09 0.08 136.55 0.42 0.86
Hex CE EB D6 C 0 9 8 89 2A 56
Octal 316 353 326 14 0 11 10 211 52 126
Binary 11001110 11101011 11010110 1100 0 1001 1000 10001001 101010 1010110

Color Harmonies of #CEEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBD6

Black with #CEEBD6

Text Example


Text Example

White with #CEEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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