Html Css Color HEX #CFF0D5 Granny Apple

📋 copy color: '#CFF0D5'

red 207 ◦ green 240 ◦ blue 213

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

Shades of Granny Apple #CFF0D5

Tints of Granny Apple #CFF0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.27%

R = 31.36%
G = 36.36%
B = 32.27%

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

#CFF0D5 (or 0xCFF0D5) is known color: Granny Apple. HEX triplet: CF, F0 and D5. RGB value is (207,240,213). Sum of RGB (Red+Green+Blue) = 207+240+213=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0D5 is #300F2A. Grayscale: #E3E3E3. Windows color (decimal): -3149611 or 14020815. OLE color: 14020815.

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

Color convert

RGB 207 240 213 -
CMYK 0.14 0 0.11 0.06
HSL 130.91º 0.52% 0.88% -
HSV(B) 130.91º 0.14% 0.94% -
XYZ 68.9 80.39 74.84 -
YUV 227.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 207 240 213 0.14 0 0.11 0.06 130.91 0.52 0.88
Hex CF F0 D5 E 0 B 6 83 34 58
Octal 317 360 325 16 0 13 6 203 64 130
Binary 11001111 11110000 11010101 1110 0 1011 110 10000011 110100 1011000

Color Harmonies of #CFF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0D5

Black with #CFF0D5

Text Example


Text Example

White with #CFF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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