Html Css Color HEX #C8D8E3 Pattens Blue

📋 copy color: '#C8D8E3'

red 200 ◦ green 216 ◦ blue 227

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

Shades of Pattens Blue #C8D8E3

Tints of Pattens Blue #C8D8E3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.59%

 BLUE value IS 227 (89.06% from 255) = 35.3%

R = 31.1%
G = 33.59%
B = 35.3%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C8D8E3 (or 0xC8D8E3) is known color: Pattens Blue. HEX triplet: C8, D8 and E3. RGB value is (200,216,227). Sum of RGB (Red+Green+Blue) = 200+216+227=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8D8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8E3 is #37271C. Grayscale: #D4D4D4. Windows color (decimal): -3614493 or 14932168. OLE color: 14932168.

HSL color Cylindrical-coordinate representation of color #C8D8E3: hue angle of 204.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D8E3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 216 227 -
CMYK 0.12 0.05 0 0.11
HSL 204.44º 0.33% 0.84% -
HSV(B) 204.44º 0.12% 0.89% -
XYZ 62.24 66.94 82.31 -
YUV 212.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 200 216 227 0.12 0.05 0 0.11 204.44 0.33 0.84
Hex C8 D8 E3 C 5 0 B CC 21 54
Octal 310 330 343 14 5 0 13 314 41 124
Binary 11001000 11011000 11100011 1100 101 0 1011 11001100 100001 1010100

Color Harmonies of #C8D8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8E3

Black with #C8D8E3

Text Example


Text Example

White with #C8D8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8E3; }

 p { color: rgb(200,216,227); }

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

background-color css

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

 a { background-color: rgb(200,216,227); }

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

border-color css

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

 span { border-color: rgb(200,216,227); }

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