Html Css Color HEX #C1DDE1 Onahau

📋 copy color: '#C1DDE1'

red 193 ◦ green 221 ◦ blue 225

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

Shades of Onahau #C1DDE1

Tints of Onahau #C1DDE1

RGB

 RED value IS 193 (75.78% from 255) = 30.2%

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

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 30.2%
G = 34.59%
B = 35.21%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1DDE1 (or 0xC1DDE1) is known color: Onahau. HEX triplet: C1, DD and E1. RGB value is (193,221,225). Sum of RGB (Red+Green+Blue) = 193+221+225=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDE1 is #3E221E. Grayscale: #D5D5D5. Windows color (decimal): -4071967 or 14802369. OLE color: 14802369.

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

Color convert

RGB 193 221 225 -
CMYK 0.14 0.02 0 0.12
HSL 187.5º 0.35% 0.82% -
HSV(B) 187.5º 0.14% 0.88% -
XYZ 61.44 68.49 81.22 -
YUV 213.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 193 221 225 0.14 0.02 0 0.12 187.5 0.35 0.82
Hex C1 DD E1 E 2 0 C BC 23 52
Octal 301 335 341 16 2 0 14 274 43 122
Binary 11000001 11011101 11100001 1110 10 0 1100 10111100 100011 1010010

Color Harmonies of #C1DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDE1

Black with #C1DDE1

Text Example


Text Example

White with #C1DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDE1; }

 p { color: rgb(193,221,225); }

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

background-color css

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

 a { background-color: rgb(193,221,225); }

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

border-color css

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

 span { border-color: rgb(193,221,225); }

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