Html Css Color HEX #CFEAE6 Foam

📋 copy color: '#CFEAE6'

red 207 ◦ green 234 ◦ blue 230

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

Shades of Foam #CFEAE6

Tints of Foam #CFEAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 30.85%
G = 34.87%
B = 34.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CFEAE6 (or 0xCFEAE6) is known color: Foam. HEX triplet: CF, EA and E6. RGB value is (207,234,230). Sum of RGB (Red+Green+Blue) = 207+234+230=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAE6 is #301519. Grayscale: #E1E1E1. Windows color (decimal): -3151130 or 15133391. OLE color: 15133391.

HSL color Cylindrical-coordinate representation of color #CFEAE6: hue angle of 171.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAE6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 230 -
CMYK 0.12 0 0.02 0.08
HSL 171.11º 0.39% 0.86% -
HSV(B) 171.11º 0.12% 0.92% -
XYZ 69.44 77.82 86.22 -
YUV 225.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 207 234 230 0.12 0 0.02 0.08 171.11 0.39 0.86
Hex CF EA E6 C 0 2 8 AB 27 56
Octal 317 352 346 14 0 2 10 253 47 126
Binary 11001111 11101010 11100110 1100 0 10 1000 10101011 100111 1010110

Color Harmonies of #CFEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAE6

Black with #CFEAE6

Text Example


Text Example

White with #CFEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAE6; }

 p { color: rgb(207,234,230); }

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

background-color css

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

 a { background-color: rgb(207,234,230); }

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

border-color css

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

 span { border-color: rgb(207,234,230); }

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