Html Css Color HEX #C8DDED Pattens Blue

📋 copy color: '#C8DDED'

red 200 ◦ green 221 ◦ blue 237

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

Shades of Pattens Blue #C8DDED

Tints of Pattens Blue #C8DDED

RGB

 RED value IS 200 (78.52% from 255) = 30.4%

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

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

R = 30.4%
G = 33.59%
B = 36.02%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8DDED (or 0xC8DDED) is known color: Pattens Blue. HEX triplet: C8, DD and ED. RGB value is (200,221,237). Sum of RGB (Red+Green+Blue) = 200+221+237=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDED is #372212. Grayscale: #D8D8D8. Windows color (decimal): -3613203 or 15588808. OLE color: 15588808.

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

Color convert

RGB 200 221 237 -
CMYK 0.16 0.07 0 0.07
HSL 205.95º 0.51% 0.86% -
HSV(B) 205.95º 0.16% 0.93% -
XYZ 64.96 70.11 90.23 -
YUV 216.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 200 221 237 0.16 0.07 0 0.07 205.95 0.51 0.86
Hex C8 DD ED 10 7 0 7 CE 33 56
Octal 310 335 355 20 7 0 7 316 63 126
Binary 11001000 11011101 11101101 10000 111 0 111 11001110 110011 1010110

Color Harmonies of #C8DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDED

Black with #C8DDED

Text Example


Text Example

White with #C8DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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