Html Css Color HEX #CFE7E5 Foam

📋 copy color: '#CFE7E5'

red 207 ◦ green 231 ◦ blue 229

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

Shades of Foam #CFE7E5

Tints of Foam #CFE7E5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.63%

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 31.03%
G = 34.63%
B = 34.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#CFE7E5 (or 0xCFE7E5) is known color: Foam. HEX triplet: CF, E7 and E5. RGB value is (207,231,229). Sum of RGB (Red+Green+Blue) = 207+231+229=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E5 is #30181A. Grayscale: #DFDFDF. Windows color (decimal): -3151899 or 15067087. OLE color: 15067087.

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

Color convert

RGB 207 231 229 -
CMYK 0.10 0 0.01 0.09
HSL 175º 0.33% 0.86% -
HSV(B) 175º 0.1% 0.91% -
XYZ 68.45 76.07 85.2 -
YUV 223.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 207 231 229 0.10 0 0.01 0.09 175 0.33 0.86
Hex CF E7 E5 A 0 1 9 AF 21 56
Octal 317 347 345 12 0 1 11 257 41 126
Binary 11001111 11100111 11100101 1010 0 1 1001 10101111 100001 1010110

Color Harmonies of #CFE7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7E5

Black with #CFE7E5

Text Example


Text Example

White with #CFE7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7E5; }

 p { color: rgb(207,231,229); }

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

background-color css

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

 a { background-color: rgb(207,231,229); }

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

border-color css

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

 span { border-color: rgb(207,231,229); }

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