Html Css Color HEX #CFE9D5 Granny Apple

📋 copy color: '#CFE9D5'

red 207 ◦ green 233 ◦ blue 213

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

Shades of Granny Apple #CFE9D5

Tints of Granny Apple #CFE9D5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

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

R = 31.7%
G = 35.68%
B = 32.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#CFE9D5 (or 0xCFE9D5) is known color: Granny Apple. HEX triplet: CF, E9 and D5. RGB value is (207,233,213). Sum of RGB (Red+Green+Blue) = 207+233+213=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9D5 is #30162A. Grayscale: #DFDFDF. Windows color (decimal): -3151403 or 14019023. OLE color: 14019023.

HSL color Cylindrical-coordinate representation of color #CFE9D5: hue angle of 133.85º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9D5 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 213 -
CMYK 0.11 0 0.09 0.09
HSL 133.85º 0.37% 0.86% -
HSV(B) 133.85º 0.11% 0.91% -
XYZ 66.88 76.35 74.16 -
YUV 222.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 207 233 213 0.11 0 0.09 0.09 133.85 0.37 0.86
Hex CF E9 D5 B 0 9 9 86 25 56
Octal 317 351 325 13 0 11 11 206 45 126
Binary 11001111 11101001 11010101 1011 0 1001 1001 10000110 100101 1010110

Color Harmonies of #CFE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9D5

Black with #CFE9D5

Text Example


Text Example

White with #CFE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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