Html Css Color HEX #CBE6D5 Granny Apple

📋 copy color: '#CBE6D5'

red 203 ◦ green 230 ◦ blue 213

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

Shades of Granny Apple #CBE6D5

Tints of Granny Apple #CBE6D5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.6%

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

R = 31.42%
G = 35.6%
B = 32.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#CBE6D5 (or 0xCBE6D5) is known color: Granny Apple. HEX triplet: CB, E6 and D5. RGB value is (203,230,213). Sum of RGB (Red+Green+Blue) = 203+230+213=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6D5 is #34192A. Grayscale: #DCDCDC. Windows color (decimal): -3414315 or 14018251. OLE color: 14018251.

HSL color Cylindrical-coordinate representation of color #CBE6D5: hue angle of 142.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6D5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 213 -
CMYK 0.12 0 0.07 0.10
HSL 142.22º 0.35% 0.85% -
HSV(B) 142.22º 0.12% 0.9% -
XYZ 64.94 74.09 73.83 -
YUV 219.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 203 230 213 0.12 0 0.07 0.10 142.22 0.35 0.85
Hex CB E6 D5 C 0 7 A 8E 23 55
Octal 313 346 325 14 0 7 12 216 43 125
Binary 11001011 11100110 11010101 1100 0 111 1010 10001110 100011 1010101

Color Harmonies of #CBE6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6D5

Black with #CBE6D5

Text Example


Text Example

White with #CBE6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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