Html Css Color HEX #C2DFE6 Onahau

📋 copy color: '#C2DFE6'

red 194 ◦ green 223 ◦ blue 230

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

Shades of Onahau #C2DFE6

Tints of Onahau #C2DFE6

RGB

 RED value IS 194 (76.17% from 255) = 29.98%

 GREEN value IS 223 (87.5% from 255) = 34.47%

 BLUE value IS 230 (90.23% from 255) = 35.55%

R = 29.98%
G = 34.47%
B = 35.55%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C2DFE6 (or 0xC2DFE6) is known color: Onahau. HEX triplet: C2, DF and E6. RGB value is (194,223,230). Sum of RGB (Red+Green+Blue) = 194+223+230=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2DFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFE6 is #3D2019. Grayscale: #D7D7D7. Windows color (decimal): -4005914 or 15130562. OLE color: 15130562.

HSL color Cylindrical-coordinate representation of color #C2DFE6: hue angle of 191.67º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DFE6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 223 230 -
CMYK 0.16 0.03 0 0.10
HSL 191.67º 0.42% 0.83% -
HSV(B) 191.67º 0.16% 0.9% -
XYZ 62.92 69.96 85.05 -
YUV 215.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 194 223 230 0.16 0.03 0 0.10 191.67 0.42 0.83
Hex C2 DF E6 10 3 0 A C0 2A 53
Octal 302 337 346 20 3 0 12 300 52 123
Binary 11000010 11011111 11100110 10000 11 0 1010 11000000 101010 1010011

Color Harmonies of #C2DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFE6

Black with #C2DFE6

Text Example


Text Example

White with #C2DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFE6; }

 p { color: rgb(194,223,230); }

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

background-color css

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

 a { background-color: rgb(194,223,230); }

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

border-color css

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

 span { border-color: rgb(194,223,230); }

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