Html Css Color HEX #CFE4E2 Foam

📋 copy color: '#CFE4E2'

red 207 ◦ green 228 ◦ blue 226

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

Shades of Foam #CFE4E2

Tints of Foam #CFE4E2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.49%

 BLUE value IS 226 (88.67% from 255) = 34.19%

R = 31.32%
G = 34.49%
B = 34.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CFE4E2 (or 0xCFE4E2) is known color: Foam. HEX triplet: CF, E4 and E2. RGB value is (207,228,226). Sum of RGB (Red+Green+Blue) = 207+228+226=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4E2 is #301B1D. Grayscale: #DDDDDD. Windows color (decimal): -3152670 or 14869711. OLE color: 14869711.

HSL color Cylindrical-coordinate representation of color #CFE4E2: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE4E2 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 226 -
CMYK 0.09 0 0.01 0.11
HSL 174.29º 0.28% 0.85% -
HSV(B) 174.29º 0.09% 0.89% -
XYZ 67.2 74.24 82.74 -
YUV 221.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 207 228 226 0.09 0 0.01 0.11 174.29 0.28 0.85
Hex CF E4 E2 9 0 1 B AE 1C 55
Octal 317 344 342 11 0 1 13 256 34 125
Binary 11001111 11100100 11100010 1001 0 1 1011 10101110 11100 1010101

Color Harmonies of #CFE4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4E2

Black with #CFE4E2

Text Example


Text Example

White with #CFE4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4E2; }

 p { color: rgb(207,228,226); }

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

background-color css

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

 a { background-color: rgb(207,228,226); }

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

border-color css

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

 span { border-color: rgb(207,228,226); }

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