Html Css Color HEX #CBEBD3 Granny Apple

📋 copy color: '#CBEBD3'

red 203 ◦ green 235 ◦ blue 211

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

Shades of Granny Apple #CBEBD3

Tints of Granny Apple #CBEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 31.28%
G = 36.21%
B = 32.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#CBEBD3 (or 0xCBEBD3) is known color: Granny Apple. HEX triplet: CB, EB and D3. RGB value is (203,235,211). Sum of RGB (Red+Green+Blue) = 203+235+211=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD3 is #34142C. Grayscale: #DEDEDE. Windows color (decimal): -3413037 or 13888459. OLE color: 13888459.

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

Color convert

RGB 203 235 211 -
CMYK 0.14 0 0.10 0.08
HSL 135º 0.44% 0.86% -
HSV(B) 135º 0.14% 0.92% -
XYZ 66.09 76.82 72.97 -
YUV 222.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 203 235 211 0.14 0 0.10 0.08 135 0.44 0.86
Hex CB EB D3 E 0 A 8 87 2C 56
Octal 313 353 323 16 0 12 10 207 54 126
Binary 11001011 11101011 11010011 1110 0 1010 1000 10000111 101100 1010110

Color Harmonies of #CBEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBD3

Black with #CBEBD3

Text Example


Text Example

White with #CBEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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