Html Css Color HEX #C1DDED Pattens Blue

📋 copy color: '#C1DDED'

red 193 ◦ green 221 ◦ blue 237

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

Shades of Pattens Blue #C1DDED

Tints of Pattens Blue #C1DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.41%

R = 29.65%
G = 33.95%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1DDED (or 0xC1DDED) is known color: Pattens Blue. HEX triplet: C1, DD and ED. RGB value is (193,221,237). Sum of RGB (Red+Green+Blue) = 193+221+237=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDED is #3E2212. Grayscale: #D6D6D6. Windows color (decimal): -4071955 or 15588801. OLE color: 15588801.

HSL color Cylindrical-coordinate representation of color #C1DDED: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DDED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 221 237 -
CMYK 0.19 0.07 0 0.07
HSL 201.82º 0.55% 0.84% -
HSV(B) 201.82º 0.19% 0.93% -
XYZ 63.13 69.16 90.14 -
YUV 214.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 193 221 237 0.19 0.07 0 0.07 201.82 0.55 0.84
Hex C1 DD ED 13 7 0 7 CA 37 54
Octal 301 335 355 23 7 0 7 312 67 124
Binary 11000001 11011101 11101101 10011 111 0 111 11001010 110111 1010100

Color Harmonies of #C1DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDED

Black with #C1DDED

Text Example


Text Example

White with #C1DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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