Html Css Color HEX #CBDDE6 Pattens Blue

📋 copy color: '#CBDDE6'

red 203 ◦ green 221 ◦ blue 230

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

Shades of Pattens Blue #CBDDE6

Tints of Pattens Blue #CBDDE6

RGB

 RED value IS 203 (79.69% from 255) = 31.04%

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 31.04%
G = 33.79%
B = 35.17%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBDDE6 (or 0xCBDDE6) is known color: Pattens Blue. HEX triplet: CB, DD and E6. RGB value is (203,221,230). Sum of RGB (Red+Green+Blue) = 203+221+230=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDE6 is #342219. Grayscale: #D8D8D8. Windows color (decimal): -3416602 or 15130059. OLE color: 15130059.

HSL color Cylindrical-coordinate representation of color #CBDDE6: hue angle of 200º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDDE6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 221 230 -
CMYK 0.12 0.04 0 0.10
HSL 200º 0.35% 0.85% -
HSV(B) 200º 0.12% 0.9% -
XYZ 64.77 70.12 84.98 -
YUV 216.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 203 221 230 0.12 0.04 0 0.10 200 0.35 0.85
Hex CB DD E6 C 4 0 A C8 23 55
Octal 313 335 346 14 4 0 12 310 43 125
Binary 11001011 11011101 11100110 1100 100 0 1010 11001000 100011 1010101

Color Harmonies of #CBDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDE6

Black with #CBDDE6

Text Example


Text Example

White with #CBDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDE6; }

 p { color: rgb(203,221,230); }

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

background-color css

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

 a { background-color: rgb(203,221,230); }

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

border-color css

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

 span { border-color: rgb(203,221,230); }

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