Html Css Color HEX #C1DDF8 Pattens Blue

📋 copy color: '#C1DDF8'

red 193 ◦ green 221 ◦ blue 248

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

Shades of Pattens Blue #C1DDF8

Tints of Pattens Blue #C1DDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 29.15%
G = 33.38%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C1DDF8 (or 0xC1DDF8) is known color: Pattens Blue. HEX triplet: C1, DD and F8. RGB value is (193,221,248). Sum of RGB (Red+Green+Blue) = 193+221+248=662 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.15% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF8 is #3E2207. Grayscale: #D7D7D7. Windows color (decimal): -4071944 or 16309697. OLE color: 16309697.

HSL color Cylindrical-coordinate representation of color #C1DDF8: hue angle of 209.45º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DDF8 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 221 248 -
CMYK 0.22 0.11 0 0.03
HSL 209.45º 0.8% 0.86% -
HSV(B) 209.45º 0.22% 0.97% -
XYZ 64.79 69.83 98.87 -
YUV 215.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 193 221 248 0.22 0.11 0 0.03 209.45 0.8 0.86
Hex C1 DD F8 16 B 0 3 D1 50 56
Octal 301 335 370 26 13 0 3 321 120 126
Binary 11000001 11011101 11111000 10110 1011 0 11 11010001 1010000 1010110

Color Harmonies of #C1DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDF8

Black with #C1DDF8

Text Example


Text Example

White with #C1DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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