Html Css Color HEX #CFF3D5 Granny Apple

📋 copy color: '#CFF3D5'

red 207 ◦ green 243 ◦ blue 213

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

Shades of Granny Apple #CFF3D5

Tints of Granny Apple #CFF3D5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.65%

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

R = 31.22%
G = 36.65%
B = 32.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#CFF3D5 (or 0xCFF3D5) is known color: Granny Apple. HEX triplet: CF, F3 and D5. RGB value is (207,243,213). Sum of RGB (Red+Green+Blue) = 207+243+213=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3D5 is #300C2A. Grayscale: #E4E4E4. Windows color (decimal): -3148843 or 14021583. OLE color: 14021583.

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

Color convert

RGB 207 243 213 -
CMYK 0.15 0 0.12 0.05
HSL 130º 0.6% 0.88% -
HSV(B) 130º 0.15% 0.95% -
XYZ 69.79 82.17 75.13 -
YUV 228.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 207 243 213 0.15 0 0.12 0.05 130 0.6 0.88
Hex CF F3 D5 F 0 C 5 82 3C 58
Octal 317 363 325 17 0 14 5 202 74 130
Binary 11001111 11110011 11010101 1111 0 1100 101 10000010 111100 1011000

Color Harmonies of #CFF3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF3D5

Black with #CFF3D5

Text Example


Text Example

White with #CFF3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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