Html Css Color HEX #CBDBE5 Pattens Blue

📋 copy color: '#CBDBE5'

red 203 ◦ green 219 ◦ blue 229

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

Shades of Pattens Blue #CBDBE5

Tints of Pattens Blue #CBDBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.64%

 BLUE value IS 229 (89.84% from 255) = 35.18%

R = 31.18%
G = 33.64%
B = 35.18%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBDBE5 (or 0xCBDBE5) is known color: Pattens Blue. HEX triplet: CB, DB and E5. RGB value is (203,219,229). Sum of RGB (Red+Green+Blue) = 203+219+229=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE5 is #34241A. Grayscale: #D7D7D7. Windows color (decimal): -3417115 or 15064011. OLE color: 15064011.

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

Color convert

RGB 203 219 229 -
CMYK 0.11 0.04 0 0.10
HSL 203.08º 0.33% 0.85% -
HSV(B) 203.08º 0.11% 0.9% -
XYZ 64.1 69.02 84.07 -
YUV 215.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 203 219 229 0.11 0.04 0 0.10 203.08 0.33 0.85
Hex CB DB E5 B 4 0 A CB 21 55
Octal 313 333 345 13 4 0 12 313 41 125
Binary 11001011 11011011 11100101 1011 100 0 1010 11001011 100001 1010101

Color Harmonies of #CBDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBE5

Black with #CBDBE5

Text Example


Text Example

White with #CBDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBE5; }

 p { color: rgb(203,219,229); }

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

background-color css

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

 a { background-color: rgb(203,219,229); }

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

border-color css

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

 span { border-color: rgb(203,219,229); }

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