Html Css Color HEX #CFEEEA Foam

📋 copy color: '#CFEEEA'

red 207 ◦ green 238 ◦ blue 234

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

Shades of Foam #CFEEEA

Tints of Foam #CFEEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.05%

 BLUE value IS 234 (91.8% from 255) = 34.46%

R = 30.49%
G = 35.05%
B = 34.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CFEEEA (or 0xCFEEEA) is known color: Foam. HEX triplet: CF, EE and EA. RGB value is (207,238,234). Sum of RGB (Red+Green+Blue) = 207+238+234=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEEA is #301115. Grayscale: #E4E4E4. Windows color (decimal): -3150102 or 15396559. OLE color: 15396559.

HSL color Cylindrical-coordinate representation of color #CFEEEA: hue angle of 172.26º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEEA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 234 -
CMYK 0.13 0 0.02 0.07
HSL 172.26º 0.48% 0.87% -
HSV(B) 172.26º 0.13% 0.93% -
XYZ 71.16 80.35 89.6 -
YUV 228.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 207 238 234 0.13 0 0.02 0.07 172.26 0.48 0.87
Hex CF EE EA D 0 2 7 AC 30 57
Octal 317 356 352 15 0 2 7 254 60 127
Binary 11001111 11101110 11101010 1101 0 10 111 10101100 110000 1010111

Color Harmonies of #CFEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEEA

Black with #CFEEEA

Text Example


Text Example

White with #CFEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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