Html Css Color HEX #C8E4E8 Onahau

📋 copy color: '#C8E4E8'

red 200 ◦ green 228 ◦ blue 232

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

Shades of Onahau #C8E4E8

Tints of Onahau #C8E4E8

RGB

 RED value IS 200 (78.52% from 255) = 30.3%

 GREEN value IS 228 (89.45% from 255) = 34.55%

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 30.3%
G = 34.55%
B = 35.15%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8E4E8 (or 0xC8E4E8) is known color: Onahau. HEX triplet: C8, E4 and E8. RGB value is (200,228,232). Sum of RGB (Red+Green+Blue) = 200+228+232=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8E4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E4E8 is #371B17. Grayscale: #DCDCDC. Windows color (decimal): -3611416 or 15262920. OLE color: 15262920.

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

Color convert

RGB 200 228 232 -
CMYK 0.14 0.02 0 0.09
HSL 187.5º 0.41% 0.85% -
HSV(B) 187.5º 0.14% 0.91% -
XYZ 66.13 73.59 87.06 -
YUV 220.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 200 228 232 0.14 0.02 0 0.09 187.5 0.41 0.85
Hex C8 E4 E8 E 2 0 9 BC 29 55
Octal 310 344 350 16 2 0 11 274 51 125
Binary 11001000 11100100 11101000 1110 10 0 1001 10111100 101001 1010101

Color Harmonies of #C8E4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E4E8

Black with #C8E4E8

Text Example


Text Example

White with #C8E4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E4E8; }

 p { color: rgb(200,228,232); }

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

background-color css

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

 a { background-color: rgb(200,228,232); }

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

border-color css

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

 span { border-color: rgb(200,228,232); }

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