Html Css Color HEX #CAF1D4 Granny Apple

📋 copy color: '#CAF1D4'

red 202 ◦ green 241 ◦ blue 212

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

Shades of Granny Apple #CAF1D4

Tints of Granny Apple #CAF1D4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.79%

 BLUE value IS 212 (83.2% from 255) = 32.37%

R = 30.84%
G = 36.79%
B = 32.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#CAF1D4 (or 0xCAF1D4) is known color: Granny Apple. HEX triplet: CA, F1 and D4. RGB value is (202,241,212). Sum of RGB (Red+Green+Blue) = 202+241+212=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D4 is #350E2B. Grayscale: #E2E2E2. Windows color (decimal): -3477036 or 13955530. OLE color: 13955530.

HSL color Cylindrical-coordinate representation of color #CAF1D4: hue angle of 135.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1D4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 212 -
CMYK 0.16 0 0.12 0.05
HSL 135.38º 0.58% 0.87% -
HSV(B) 135.38º 0.16% 0.95% -
XYZ 67.7 80.22 74.2 -
YUV 226.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 202 241 212 0.16 0 0.12 0.05 135.38 0.58 0.87
Hex CA F1 D4 10 0 C 5 87 3A 57
Octal 312 361 324 20 0 14 5 207 72 127
Binary 11001010 11110001 11010100 10000 0 1100 101 10000111 111010 1010111

Color Harmonies of #CAF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1D4

Black with #CAF1D4

Text Example


Text Example

White with #CAF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1D4; }

 p { color: rgb(202,241,212); }

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

background-color css

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

 a { background-color: rgb(202,241,212); }

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

border-color css

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

 span { border-color: rgb(202,241,212); }

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