Html Css Color HEX #CBEAE7 Foam

📋 copy color: '#CBEAE7'

red 203 ◦ green 234 ◦ blue 231

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

Shades of Foam #CBEAE7

Tints of Foam #CBEAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.58%

R = 30.39%
G = 35.03%
B = 34.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#CBEAE7 (or 0xCBEAE7) is known color: Foam. HEX triplet: CB, EA and E7. RGB value is (203,234,231). Sum of RGB (Red+Green+Blue) = 203+234+231=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAE7 is #341518. Grayscale: #E0E0E0. Windows color (decimal): -3413273 or 15198923. OLE color: 15198923.

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

Color convert

RGB 203 234 231 -
CMYK 0.13 0 0.01 0.08
HSL 174.19º 0.42% 0.86% -
HSV(B) 174.19º 0.13% 0.92% -
XYZ 68.48 77.31 86.91 -
YUV 224.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 203 234 231 0.13 0 0.01 0.08 174.19 0.42 0.86
Hex CB EA E7 D 0 1 8 AE 2A 56
Octal 313 352 347 15 0 1 10 256 52 126
Binary 11001011 11101010 11100111 1101 0 1 1000 10101110 101010 1010110

Color Harmonies of #CBEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE7

Black with #CBEAE7

Text Example


Text Example

White with #CBEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE7; }

 p { color: rgb(203,234,231); }

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

background-color css

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

 a { background-color: rgb(203,234,231); }

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

border-color css

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

 span { border-color: rgb(203,234,231); }

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