Html Css Color HEX #CFEBD5 Granny Apple

📋 copy color: '#CFEBD5'

red 207 ◦ green 235 ◦ blue 213

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

Shades of Granny Apple #CFEBD5

Tints of Granny Apple #CFEBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.88%

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

R = 31.6%
G = 35.88%
B = 32.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CFEBD5 (or 0xCFEBD5) is known color: Granny Apple. HEX triplet: CF, EB and D5. RGB value is (207,235,213). Sum of RGB (Red+Green+Blue) = 207+235+213=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD5 is #30142A. Grayscale: #E0E0E0. Windows color (decimal): -3150891 or 14019535. OLE color: 14019535.

HSL color Cylindrical-coordinate representation of color #CFEBD5: hue angle of 132.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBD5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 213 -
CMYK 0.12 0 0.09 0.08
HSL 132.86º 0.41% 0.87% -
HSV(B) 132.86º 0.12% 0.92% -
XYZ 67.45 77.49 74.35 -
YUV 224.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 207 235 213 0.12 0 0.09 0.08 132.86 0.41 0.87
Hex CF EB D5 C 0 9 8 85 29 57
Octal 317 353 325 14 0 11 10 205 51 127
Binary 11001111 11101011 11010101 1100 0 1001 1000 10000101 101001 1010111

Color Harmonies of #CFEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBD5

Black with #CFEBD5

Text Example


Text Example

White with #CFEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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