Html Css Color HEX #CBDCE6 Pattens Blue

📋 copy color: '#CBDCE6'

red 203 ◦ green 220 ◦ blue 230

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

Shades of Pattens Blue #CBDCE6

Tints of Pattens Blue #CBDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.69%

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

R = 31.09%
G = 33.69%
B = 35.22%

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

#CBDCE6 (or 0xCBDCE6) is known color: Pattens Blue. HEX triplet: CB, DC and E6. RGB value is (203,220,230). Sum of RGB (Red+Green+Blue) = 203+220+230=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCE6 is #342319. Grayscale: #D8D8D8. Windows color (decimal): -3416858 or 15129803. OLE color: 15129803.

HSL color Cylindrical-coordinate representation of color #CBDCE6: hue angle of 202.22º 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 #CBDCE6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 220 230 -
CMYK 0.12 0.04 0 0.10
HSL 202.22º 0.35% 0.85% -
HSV(B) 202.22º 0.12% 0.9% -
XYZ 64.5 69.6 84.9 -
YUV 216.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 203 220 230 0.12 0.04 0 0.10 202.22 0.35 0.85
Hex CB DC E6 C 4 0 A CA 23 55
Octal 313 334 346 14 4 0 12 312 43 125
Binary 11001011 11011100 11100110 1100 100 0 1010 11001010 100011 1010101

Color Harmonies of #CBDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCE6

Black with #CBDCE6

Text Example


Text Example

White with #CBDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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