Html Css Color HEX #CBEAD0 Granny Apple

📋 copy color: '#CBEAD0'

red 203 ◦ green 234 ◦ blue 208

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

Shades of Granny Apple #CBEAD0

Tints of Granny Apple #CBEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.28%

 BLUE value IS 208 (81.64% from 255) = 32.25%

R = 31.47%
G = 36.28%
B = 32.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#CBEAD0 (or 0xCBEAD0) is known color: Granny Apple. HEX triplet: CB, EA and D0. RGB value is (203,234,208). Sum of RGB (Red+Green+Blue) = 203+234+208=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAD0 is #34152F. Grayscale: #DDDDDD. Windows color (decimal): -3413296 or 13691595. OLE color: 13691595.

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

Color convert

RGB 203 234 208 -
CMYK 0.13 0 0.11 0.08
HSL 129.68º 0.42% 0.86% -
HSV(B) 129.68º 0.13% 0.92% -
XYZ 65.44 76.1 70.91 -
YUV 221.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 203 234 208 0.13 0 0.11 0.08 129.68 0.42 0.86
Hex CB EA D0 D 0 B 8 82 2A 56
Octal 313 352 320 15 0 13 10 202 52 126
Binary 11001011 11101010 11010000 1101 0 1011 1000 10000010 101010 1010110

Color Harmonies of #CBEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAD0

Black with #CBEAD0

Text Example


Text Example

White with #CBEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAD0; }

 p { color: rgb(203,234,208); }

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

background-color css

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

 a { background-color: rgb(203,234,208); }

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

border-color css

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

 span { border-color: rgb(203,234,208); }

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