Html Css Color HEX #CBE8E6 Foam

📋 copy color: '#CBE8E6'

red 203 ◦ green 232 ◦ blue 230

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

Shades of Foam #CBE8E6

Tints of Foam #CBE8E6

RGB

 RED value IS 203 (79.69% from 255) = 30.53%

 GREEN value IS 232 (91.02% from 255) = 34.89%

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

R = 30.53%
G = 34.89%
B = 34.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#CBE8E6 (or 0xCBE8E6) is known color: Foam. HEX triplet: CB, E8 and E6. RGB value is (203,232,230). Sum of RGB (Red+Green+Blue) = 203+232+230=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8E6 is #341719. Grayscale: #DFDFDF. Windows color (decimal): -3413786 or 15132875. OLE color: 15132875.

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

Color convert

RGB 203 232 230 -
CMYK 0.12 0 0.01 0.09
HSL 175.86º 0.39% 0.85% -
HSV(B) 175.86º 0.13% 0.91% -
XYZ 67.77 76.12 85.98 -
YUV 223.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 203 232 230 0.12 0 0.01 0.09 175.86 0.39 0.85
Hex CB E8 E6 C 0 1 9 B0 27 55
Octal 313 350 346 14 0 1 11 260 47 125
Binary 11001011 11101000 11100110 1100 0 1 1001 10110000 100111 1010101

Color Harmonies of #CBE8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8E6

Black with #CBE8E6

Text Example


Text Example

White with #CBE8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8E6; }

 p { color: rgb(203,232,230); }

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

background-color css

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

 a { background-color: rgb(203,232,230); }

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

border-color css

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

 span { border-color: rgb(203,232,230); }

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