Html Css Color HEX #CBE8E5 Foam

📋 copy color: '#CBE8E5'

red 203 ◦ green 232 ◦ blue 229

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

Shades of Foam #CBE8E5

Tints of Foam #CBE8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.49%

R = 30.57%
G = 34.94%
B = 34.49%

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

#CBE8E5 (or 0xCBE8E5) is known color: Foam. HEX triplet: CB, E8 and E5. RGB value is (203,232,229). Sum of RGB (Red+Green+Blue) = 203+232+229=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8E5 is #34171A. Grayscale: #DEDEDE. Windows color (decimal): -3413787 or 15067339. OLE color: 15067339.

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

Color convert

RGB 203 232 229 -
CMYK 0.12 0 0.01 0.09
HSL 173.79º 0.39% 0.85% -
HSV(B) 173.79º 0.13% 0.91% -
XYZ 67.63 76.07 85.25 -
YUV 222.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 203 232 229 0.12 0 0.01 0.09 173.79 0.39 0.85
Hex CB E8 E5 C 0 1 9 AE 27 55
Octal 313 350 345 14 0 1 11 256 47 125
Binary 11001011 11101000 11100101 1100 0 1 1001 10101110 100111 1010101

Color Harmonies of #CBE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8E5

Black with #CBE8E5

Text Example


Text Example

White with #CBE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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