Html Css Color HEX #CBEBD2 Granny Apple

📋 copy color: '#CBEBD2'

red 203 ◦ green 235 ◦ blue 210

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

Shades of Granny Apple #CBEBD2

Tints of Granny Apple #CBEBD2

RGB

 RED value IS 203 (79.69% from 255) = 31.33%

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

 BLUE value IS 210 (82.42% from 255) = 32.41%

R = 31.33%
G = 36.27%
B = 32.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#CBEBD2 (or 0xCBEBD2) is known color: Granny Apple. HEX triplet: CB, EB and D2. RGB value is (203,235,210). Sum of RGB (Red+Green+Blue) = 203+235+210=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD2 is #34142D. Grayscale: #DEDEDE. Windows color (decimal): -3413038 or 13822923. OLE color: 13822923.

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

Color convert

RGB 203 235 210 -
CMYK 0.14 0 0.11 0.08
HSL 133.13º 0.44% 0.86% -
HSV(B) 133.13º 0.14% 0.92% -
XYZ 65.97 76.77 72.31 -
YUV 222.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 203 235 210 0.14 0 0.11 0.08 133.13 0.44 0.86
Hex CB EB D2 E 0 B 8 85 2C 56
Octal 313 353 322 16 0 13 10 205 54 126
Binary 11001011 11101011 11010010 1110 0 1011 1000 10000101 101100 1010110

Color Harmonies of #CBEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBD2

Black with #CBEBD2

Text Example


Text Example

White with #CBEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBD2; }

 p { color: rgb(203,235,210); }

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

background-color css

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

 a { background-color: rgb(203,235,210); }

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

border-color css

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

 span { border-color: rgb(203,235,210); }

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