Html Css Color HEX #CBE7D5 Granny Apple

📋 copy color: '#CBE7D5'

red 203 ◦ green 231 ◦ blue 213

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

Shades of Granny Apple #CBE7D5

Tints of Granny Apple #CBE7D5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.7%

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

R = 31.38%
G = 35.7%
B = 32.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#CBE7D5 (or 0xCBE7D5) is known color: Granny Apple. HEX triplet: CB, E7 and D5. RGB value is (203,231,213). Sum of RGB (Red+Green+Blue) = 203+231+213=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7D5 is #34182A. Grayscale: #DCDCDC. Windows color (decimal): -3414059 or 14018507. OLE color: 14018507.

HSL color Cylindrical-coordinate representation of color #CBE7D5: hue angle of 141.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE7D5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 213 -
CMYK 0.12 0 0.08 0.09
HSL 141.43º 0.37% 0.85% -
HSV(B) 141.43º 0.12% 0.91% -
XYZ 65.21 74.65 73.92 -
YUV 220.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 203 231 213 0.12 0 0.08 0.09 141.43 0.37 0.85
Hex CB E7 D5 C 0 8 9 8D 25 55
Octal 313 347 325 14 0 10 11 215 45 125
Binary 11001011 11100111 11010101 1100 0 1000 1001 10001101 100101 1010101

Color Harmonies of #CBE7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE7D5

Black with #CBE7D5

Text Example


Text Example

White with #CBE7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE7D5; }

 p { color: rgb(203,231,213); }

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

background-color css

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

 a { background-color: rgb(203,231,213); }

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

border-color css

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

 span { border-color: rgb(203,231,213); }

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