Html Css Color HEX #CAF6CF Granny Apple

📋 copy color: '#CAF6CF'

red 202 ◦ green 246 ◦ blue 207

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

Shades of Granny Apple #CAF6CF

Tints of Granny Apple #CAF6CF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.56%

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 30.84%
G = 37.56%
B = 31.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#CAF6CF (or 0xCAF6CF) is known color: Granny Apple. HEX triplet: CA, F6 and CF. RGB value is (202,246,207). Sum of RGB (Red+Green+Blue) = 202+246+207=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6CF is #350930. Grayscale: #E4E4E4. Windows color (decimal): -3475761 or 13629130. OLE color: 13629130.

HSL color Cylindrical-coordinate representation of color #CAF6CF: hue angle of 126.82º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF6CF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 207 -
CMYK 0.18 0 0.16 0.04
HSL 126.82º 0.71% 0.88% -
HSV(B) 126.82º 0.18% 0.96% -
XYZ 68.58 82.97 71.43 -
YUV 228.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 202 246 207 0.18 0 0.16 0.04 126.82 0.71 0.88
Hex CA F6 CF 12 0 10 4 7F 47 58
Octal 312 366 317 22 0 20 4 177 107 130
Binary 11001010 11110110 11001111 10010 0 10000 100 1111111 1000111 1011000

Color Harmonies of #CAF6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF6CF

Black with #CAF6CF

Text Example


Text Example

White with #CAF6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF6CF; }

 p { color: rgb(202,246,207); }

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

background-color css

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

 a { background-color: rgb(202,246,207); }

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

border-color css

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

 span { border-color: rgb(202,246,207); }

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