Html Css Color HEX #C1DDFA Pattens Blue

📋 copy color: '#C1DDFA'

red 193 ◦ green 221 ◦ blue 250

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

Shades of Pattens Blue #C1DDFA

Tints of Pattens Blue #C1DDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 29.07%
G = 33.28%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1DDFA (or 0xC1DDFA) is known color: Pattens Blue. HEX triplet: C1, DD and FA. RGB value is (193,221,250). Sum of RGB (Red+Green+Blue) = 193+221+250=664 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.07% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDFA is #3E2205. Grayscale: #D7D7D7. Windows color (decimal): -4071942 or 16440769. OLE color: 16440769.

HSL color Cylindrical-coordinate representation of color #C1DDFA: hue angle of 210.53º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DDFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 221 250 -
CMYK 0.23 0.12 0 0.02
HSL 210.53º 0.85% 0.87% -
HSV(B) 210.53º 0.23% 0.98% -
XYZ 65.1 69.95 100.51 -
YUV 215.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 193 221 250 0.23 0.12 0 0.02 210.53 0.85 0.87
Hex C1 DD FA 17 C 0 2 D3 55 57
Octal 301 335 372 27 14 0 2 323 125 127
Binary 11000001 11011101 11111010 10111 1100 0 10 11010011 1010101 1010111

Color Harmonies of #C1DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDFA

Black with #C1DDFA

Text Example


Text Example

White with #C1DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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