Html Css Color HEX #CAE4D2 Granny Apple

📋 copy color: '#CAE4D2'

red 202 ◦ green 228 ◦ blue 210

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

Shades of Granny Apple #CAE4D2

Tints of Granny Apple #CAE4D2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 31.56%
G = 35.63%
B = 32.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#CAE4D2 (or 0xCAE4D2) is known color: Granny Apple. HEX triplet: CA, E4 and D2. RGB value is (202,228,210). Sum of RGB (Red+Green+Blue) = 202+228+210=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4D2 is #351B2D. Grayscale: #DADADA. Windows color (decimal): -3480366 or 13821130. OLE color: 13821130.

HSL color Cylindrical-coordinate representation of color #CAE4D2: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE4D2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 210 -
CMYK 0.11 0 0.08 0.11
HSL 138.46º 0.33% 0.84% -
HSV(B) 138.46º 0.11% 0.89% -
XYZ 63.73 72.7 71.65 -
YUV 218.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 202 228 210 0.11 0 0.08 0.11 138.46 0.33 0.84
Hex CA E4 D2 B 0 8 B 8A 20 54
Octal 312 344 322 13 0 10 13 212 40 124
Binary 11001010 11100100 11010010 1011 0 1000 1011 10001010 100000 1010100

Color Harmonies of #CAE4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4D2

Black with #CAE4D2

Text Example


Text Example

White with #CAE4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4D2; }

 p { color: rgb(202,228,210); }

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

background-color css

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

 a { background-color: rgb(202,228,210); }

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

border-color css

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

 span { border-color: rgb(202,228,210); }

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