Html Css Color HEX #CAEFD3 Granny Apple

📋 copy color: '#CAEFD3'

red 202 ◦ green 239 ◦ blue 211

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

Shades of Granny Apple #CAEFD3

Tints of Granny Apple #CAEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.36%

R = 30.98%
G = 36.66%
B = 32.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#CAEFD3 (or 0xCAEFD3) is known color: Granny Apple. HEX triplet: CA, EF and D3. RGB value is (202,239,211). Sum of RGB (Red+Green+Blue) = 202+239+211=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD3 is #35102C. Grayscale: #E0E0E0. Windows color (decimal): -3477549 or 13889482. OLE color: 13889482.

HSL color Cylindrical-coordinate representation of color #CAEFD3: hue angle of 134.59º 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 #CAEFD3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 211 -
CMYK 0.15 0 0.12 0.06
HSL 134.59º 0.54% 0.86% -
HSV(B) 134.59º 0.15% 0.94% -
XYZ 66.98 78.99 73.34 -
YUV 224.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 202 239 211 0.15 0 0.12 0.06 134.59 0.54 0.86
Hex CA EF D3 F 0 C 6 87 36 56
Octal 312 357 323 17 0 14 6 207 66 126
Binary 11001010 11101111 11010011 1111 0 1100 110 10000111 110110 1010110

Color Harmonies of #CAEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFD3

Black with #CAEFD3

Text Example


Text Example

White with #CAEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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