Html Css Color HEX #C8DDE0 Onahau

📋 copy color: '#C8DDE0'

red 200 ◦ green 221 ◦ blue 224

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

Shades of Onahau #C8DDE0

Tints of Onahau #C8DDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.26%

 BLUE value IS 224 (87.89% from 255) = 34.73%

R = 31.01%
G = 34.26%
B = 34.73%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8DDE0 (or 0xC8DDE0) is known color: Onahau. HEX triplet: C8, DD and E0. RGB value is (200,221,224). Sum of RGB (Red+Green+Blue) = 200+221+224=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDE0 is #37221F. Grayscale: #D7D7D7. Windows color (decimal): -3613216 or 14736840. OLE color: 14736840.

HSL color Cylindrical-coordinate representation of color #C8DDE0: hue angle of 187.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8DDE0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 221 224 -
CMYK 0.11 0.01 0 0.12
HSL 187.5º 0.28% 0.83% -
HSV(B) 187.5º 0.11% 0.88% -
XYZ 63.13 69.37 80.58 -
YUV 215.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 200 221 224 0.11 0.01 0 0.12 187.5 0.28 0.83
Hex C8 DD E0 B 1 0 C BC 1C 53
Octal 310 335 340 13 1 0 14 274 34 123
Binary 11001000 11011101 11100000 1011 1 0 1100 10111100 11100 1010011

Color Harmonies of #C8DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDE0

Black with #C8DDE0

Text Example


Text Example

White with #C8DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDE0; }

 p { color: rgb(200,221,224); }

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

background-color css

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

 a { background-color: rgb(200,221,224); }

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

border-color css

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

 span { border-color: rgb(200,221,224); }

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