Html Css Color HEX #CFF0D6 Granny Apple

📋 copy color: '#CFF0D6'

red 207 ◦ green 240 ◦ blue 214

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

Shades of Granny Apple #CFF0D6

Tints of Granny Apple #CFF0D6

RGB

 RED value IS 207 (81.25% from 255) = 31.32%

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 31.32%
G = 36.31%
B = 32.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#CFF0D6 (or 0xCFF0D6) is known color: Granny Apple. HEX triplet: CF, F0 and D6. RGB value is (207,240,214). Sum of RGB (Red+Green+Blue) = 207+240+214=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0D6 is #300F29. Grayscale: #E3E3E3. Windows color (decimal): -3149610 or 14086351. OLE color: 14086351.

HSL color Cylindrical-coordinate representation of color #CFF0D6: hue angle of 132.73º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0D6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 214 -
CMYK 0.14 0 0.11 0.06
HSL 132.73º 0.52% 0.88% -
HSV(B) 132.73º 0.14% 0.94% -
XYZ 69.03 80.44 75.51 -
YUV 227.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 207 240 214 0.14 0 0.11 0.06 132.73 0.52 0.88
Hex CF F0 D6 E 0 B 6 85 34 58
Octal 317 360 326 16 0 13 6 205 64 130
Binary 11001111 11110000 11010110 1110 0 1011 110 10000101 110100 1011000

Color Harmonies of #CFF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0D6

Black with #CFF0D6

Text Example


Text Example

White with #CFF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0D6; }

 p { color: rgb(207,240,214); }

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

background-color css

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

 a { background-color: rgb(207,240,214); }

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

border-color css

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

 span { border-color: rgb(207,240,214); }

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