Html Css Color HEX #CFF5EE Foam

📋 copy color: '#CFF5EE'

red 207 ◦ green 245 ◦ blue 238

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

Shades of Foam #CFF5EE

Tints of Foam #CFF5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.51%

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 30%
G = 35.51%
B = 34.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#CFF5EE (or 0xCFF5EE) is known color: Foam. HEX triplet: CF, F5 and EE. RGB value is (207,245,238). Sum of RGB (Red+Green+Blue) = 207+245+238=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5EE is #300A11. Grayscale: #E8E8E8. Windows color (decimal): -3148306 or 15660495. OLE color: 15660495.

HSL color Cylindrical-coordinate representation of color #CFF5EE: hue angle of 168.95º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5EE is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 238 -
CMYK 0.16 0 0.03 0.04
HSL 168.95º 0.66% 0.89% -
HSV(B) 168.95º 0.16% 0.96% -
XYZ 73.82 84.74 93.36 -
YUV 232.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 207 245 238 0.16 0 0.03 0.04 168.95 0.66 0.89
Hex CF F5 EE 10 0 3 4 A9 42 59
Octal 317 365 356 20 0 3 4 251 102 131
Binary 11001111 11110101 11101110 10000 0 11 100 10101001 1000010 1011001

Color Harmonies of #CFF5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF5EE

Black with #CFF5EE

Text Example


Text Example

White with #CFF5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF5EE; }

 p { color: rgb(207,245,238); }

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

background-color css

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

 a { background-color: rgb(207,245,238); }

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

border-color css

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

 span { border-color: rgb(207,245,238); }

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