Html Css Color HEX #CBDDE7 Pattens Blue

📋 copy color: '#CBDDE7'

red 203 ◦ green 221 ◦ blue 231

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

Shades of Pattens Blue #CBDDE7

Tints of Pattens Blue #CBDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 30.99%
G = 33.74%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBDDE7 (or 0xCBDDE7) is known color: Pattens Blue. HEX triplet: CB, DD and E7. RGB value is (203,221,231). Sum of RGB (Red+Green+Blue) = 203+221+231=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDE7 is #342218. Grayscale: #D8D8D8. Windows color (decimal): -3416601 or 15195595. OLE color: 15195595.

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

Color convert

RGB 203 221 231 -
CMYK 0.12 0.04 0 0.09
HSL 201.43º 0.37% 0.85% -
HSV(B) 201.43º 0.12% 0.91% -
XYZ 64.91 70.18 85.73 -
YUV 216.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 203 221 231 0.12 0.04 0 0.09 201.43 0.37 0.85
Hex CB DD E7 C 4 0 9 C9 25 55
Octal 313 335 347 14 4 0 11 311 45 125
Binary 11001011 11011101 11100111 1100 100 0 1001 11001001 100101 1010101

Color Harmonies of #CBDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDE7

Black with #CBDDE7

Text Example


Text Example

White with #CBDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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