Html Css Color HEX #CBDAE5 Pattens Blue

📋 copy color: '#CBDAE5'

red 203 ◦ green 218 ◦ blue 229

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

Shades of Pattens Blue #CBDAE5

Tints of Pattens Blue #CBDAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.54%

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

R = 31.23%
G = 33.54%
B = 35.23%

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

#CBDAE5 (or 0xCBDAE5) is known color: Pattens Blue. HEX triplet: CB, DA and E5. RGB value is (203,218,229). Sum of RGB (Red+Green+Blue) = 203+218+229=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAE5 is #34251A. Grayscale: #D6D6D6. Windows color (decimal): -3417371 or 15063755. OLE color: 15063755.

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

Color convert

RGB 203 218 229 -
CMYK 0.11 0.05 0 0.10
HSL 205.38º 0.33% 0.85% -
HSV(B) 205.38º 0.11% 0.9% -
XYZ 63.84 68.5 83.99 -
YUV 214.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 203 218 229 0.11 0.05 0 0.10 205.38 0.33 0.85
Hex CB DA E5 B 5 0 A CD 21 55
Octal 313 332 345 13 5 0 12 315 41 125
Binary 11001011 11011010 11100101 1011 101 0 1010 11001101 100001 1010101

Color Harmonies of #CBDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAE5

Black with #CBDAE5

Text Example


Text Example

White with #CBDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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