Html Css Color HEX #CFE7E4 Foam

📋 copy color: '#CFE7E4'

red 207 ◦ green 231 ◦ blue 228

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

Shades of Foam #CFE7E4

Tints of Foam #CFE7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 31.08%
G = 34.68%
B = 34.23%

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

#CFE7E4 (or 0xCFE7E4) is known color: Foam. HEX triplet: CF, E7 and E4. RGB value is (207,231,228). Sum of RGB (Red+Green+Blue) = 207+231+228=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7E4 is #30181B. Grayscale: #DFDFDF. Windows color (decimal): -3151900 or 15001551. OLE color: 15001551.

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

Color convert

RGB 207 231 228 -
CMYK 0.10 0 0.01 0.09
HSL 172.5º 0.33% 0.86% -
HSV(B) 172.5º 0.1% 0.91% -
XYZ 68.31 76.02 84.47 -
YUV 223.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 207 231 228 0.10 0 0.01 0.09 172.5 0.33 0.86
Hex CF E7 E4 A 0 1 9 AC 21 56
Octal 317 347 344 12 0 1 11 254 41 126
Binary 11001111 11100111 11100100 1010 0 1 1001 10101100 100001 1010110

Color Harmonies of #CFE7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7E4

Black with #CFE7E4

Text Example


Text Example

White with #CFE7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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