Html Css Color HEX #CAE9D5 Granny Apple

📋 copy color: '#CAE9D5'

red 202 ◦ green 233 ◦ blue 213

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

Shades of Granny Apple #CAE9D5

Tints of Granny Apple #CAE9D5

RGB

 RED value IS 202 (79.3% from 255) = 31.17%

 GREEN value IS 233 (91.41% from 255) = 35.96%

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

R = 31.17%
G = 35.96%
B = 32.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#CAE9D5 (or 0xCAE9D5) is known color: Granny Apple. HEX triplet: CA, E9 and D5. RGB value is (202,233,213). Sum of RGB (Red+Green+Blue) = 202+233+213=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9D5 is #35162A. Grayscale: #DDDDDD. Windows color (decimal): -3479083 or 14019018. OLE color: 14019018.

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

Color convert

RGB 202 233 213 -
CMYK 0.13 0 0.09 0.09
HSL 141.29º 0.41% 0.85% -
HSV(B) 141.29º 0.13% 0.91% -
XYZ 65.51 75.64 74.1 -
YUV 221.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 202 233 213 0.13 0 0.09 0.09 141.29 0.41 0.85
Hex CA E9 D5 D 0 9 9 8D 29 55
Octal 312 351 325 15 0 11 11 215 51 125
Binary 11001010 11101001 11010101 1101 0 1001 1001 10001101 101001 1010101

Color Harmonies of #CAE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9D5

Black with #CAE9D5

Text Example


Text Example

White with #CAE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9D5; }

 p { color: rgb(202,233,213); }

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

background-color css

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

 a { background-color: rgb(202,233,213); }

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

border-color css

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

 span { border-color: rgb(202,233,213); }

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