Html Css Color HEX #CBD9E5 Pattens Blue

📋 copy color: '#CBD9E5'

red 203 ◦ green 217 ◦ blue 229

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

Shades of Pattens Blue #CBD9E5

Tints of Pattens Blue #CBD9E5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.44%

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

R = 31.28%
G = 33.44%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBD9E5 (or 0xCBD9E5) is known color: Pattens Blue. HEX triplet: CB, D9 and E5. RGB value is (203,217,229). Sum of RGB (Red+Green+Blue) = 203+217+229=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9E5 is #34261A. Grayscale: #D6D6D6. Windows color (decimal): -3417627 or 15063499. OLE color: 15063499.

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

Color convert

RGB 203 217 229 -
CMYK 0.11 0.05 0 0.10
HSL 207.69º 0.33% 0.85% -
HSV(B) 207.69º 0.11% 0.9% -
XYZ 63.58 67.98 83.9 -
YUV 214.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 203 217 229 0.11 0.05 0 0.10 207.69 0.33 0.85
Hex CB D9 E5 B 5 0 A D0 21 55
Octal 313 331 345 13 5 0 12 320 41 125
Binary 11001011 11011001 11100101 1011 101 0 1010 11010000 100001 1010101

Color Harmonies of #CBD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD9E5

Black with #CBD9E5

Text Example


Text Example

White with #CBD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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