Html Css Color HEX #C1DDF3 Pattens Blue

📋 copy color: '#C1DDF3'

red 193 ◦ green 221 ◦ blue 243

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

Shades of Pattens Blue #C1DDF3

Tints of Pattens Blue #C1DDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 29.38%
G = 33.64%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1DDF3 (or 0xC1DDF3) is known color: Pattens Blue. HEX triplet: C1, DD and F3. RGB value is (193,221,243). Sum of RGB (Red+Green+Blue) = 193+221+243=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF3 is #3E220C. Grayscale: #D7D7D7. Windows color (decimal): -4071949 or 15982017. OLE color: 15982017.

HSL color Cylindrical-coordinate representation of color #C1DDF3: hue angle of 206.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DDF3 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 221 243 -
CMYK 0.21 0.09 0 0.05
HSL 206.4º 0.68% 0.85% -
HSV(B) 206.4º 0.21% 0.95% -
XYZ 64.03 69.52 94.84 -
YUV 215.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 193 221 243 0.21 0.09 0 0.05 206.4 0.68 0.85
Hex C1 DD F3 15 9 0 5 CE 44 55
Octal 301 335 363 25 11 0 5 316 104 125
Binary 11000001 11011101 11110011 10101 1001 0 101 11001110 1000100 1010101

Color Harmonies of #C1DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDF3

Black with #C1DDF3

Text Example


Text Example

White with #C1DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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