Html Css Color HEX #CFE9E7 Foam

📋 copy color: '#CFE9E7'

red 207 ◦ green 233 ◦ blue 231

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

Shades of Foam #CFE9E7

Tints of Foam #CFE9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 30.85%
G = 34.72%
B = 34.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#CFE9E7 (or 0xCFE9E7) is known color: Foam. HEX triplet: CF, E9 and E7. RGB value is (207,233,231). Sum of RGB (Red+Green+Blue) = 207+233+231=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9E7 is #301618. Grayscale: #E0E0E0. Windows color (decimal): -3151385 or 15198671. OLE color: 15198671.

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

Color convert

RGB 207 233 231 -
CMYK 0.11 0 0.01 0.09
HSL 175.38º 0.37% 0.86% -
HSV(B) 175.38º 0.11% 0.91% -
XYZ 69.29 77.31 86.87 -
YUV 225 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 207 233 231 0.11 0 0.01 0.09 175.38 0.37 0.86
Hex CF E9 E7 B 0 1 9 AF 25 56
Octal 317 351 347 13 0 1 11 257 45 126
Binary 11001111 11101001 11100111 1011 0 1 1001 10101111 100101 1010110

Color Harmonies of #CFE9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9E7

Black with #CFE9E7

Text Example


Text Example

White with #CFE9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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