Html Css Color HEX #CAEFD7 Granny Apple

📋 copy color: '#CAEFD7'

red 202 ◦ green 239 ◦ blue 215

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

Shades of Granny Apple #CAEFD7

Tints of Granny Apple #CAEFD7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 30.79%
G = 36.43%
B = 32.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#CAEFD7 (or 0xCAEFD7) is known color: Granny Apple. HEX triplet: CA, EF and D7. RGB value is (202,239,215). Sum of RGB (Red+Green+Blue) = 202+239+215=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD7 is #351028. Grayscale: #E1E1E1. Windows color (decimal): -3477545 or 14151626. OLE color: 14151626.

HSL color Cylindrical-coordinate representation of color #CAEFD7: hue angle of 141.08º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 215 -
CMYK 0.15 0 0.10 0.06
HSL 141.08º 0.54% 0.86% -
HSV(B) 141.08º 0.15% 0.94% -
XYZ 67.49 79.2 76.02 -
YUV 225.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 202 239 215 0.15 0 0.10 0.06 141.08 0.54 0.86
Hex CA EF D7 F 0 A 6 8D 36 56
Octal 312 357 327 17 0 12 6 215 66 126
Binary 11001010 11101111 11010111 1111 0 1010 110 10001101 110110 1010110

Color Harmonies of #CAEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFD7

Black with #CAEFD7

Text Example


Text Example

White with #CAEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFD7; }

 p { color: rgb(202,239,215); }

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

background-color css

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

 a { background-color: rgb(202,239,215); }

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

border-color css

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

 span { border-color: rgb(202,239,215); }

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