Html Css Color HEX #CBE1E7 Onahau

📋 copy color: '#CBE1E7'

red 203 ◦ green 225 ◦ blue 231

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

Shades of Onahau #CBE1E7

Tints of Onahau #CBE1E7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.14%

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

R = 30.8%
G = 34.14%
B = 35.05%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBE1E7 (or 0xCBE1E7) is known color: Onahau. HEX triplet: CB, E1 and E7. RGB value is (203,225,231). Sum of RGB (Red+Green+Blue) = 203+225+231=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBE1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1E7 is #341E18. Grayscale: #DBDBDB. Windows color (decimal): -3415577 or 15196619. OLE color: 15196619.

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

Color convert

RGB 203 225 231 -
CMYK 0.12 0.03 0 0.09
HSL 192.86º 0.37% 0.85% -
HSV(B) 192.86º 0.12% 0.91% -
XYZ 65.98 72.32 86.08 -
YUV 219.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 203 225 231 0.12 0.03 0 0.09 192.86 0.37 0.85
Hex CB E1 E7 C 3 0 9 C1 25 55
Octal 313 341 347 14 3 0 11 301 45 125
Binary 11001011 11100001 11100111 1100 11 0 1001 11000001 100101 1010101

Color Harmonies of #CBE1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1E7

Black with #CBE1E7

Text Example


Text Example

White with #CBE1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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