Html Css Color HEX #CBE3EC Pattens Blue

📋 copy color: '#CBE3EC'

red 203 ◦ green 227 ◦ blue 236

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

Shades of Pattens Blue #CBE3EC

Tints of Pattens Blue #CBE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.08%

 BLUE value IS 236 (92.58% from 255) = 35.44%

R = 30.48%
G = 34.08%
B = 35.44%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE3EC (or 0xCBE3EC) is known color: Pattens Blue. HEX triplet: CB, E3 and EC. RGB value is (203,227,236). Sum of RGB (Red+Green+Blue) = 203+227+236=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EC is #341C13. Grayscale: #DCDCDC. Windows color (decimal): -3415060 or 15524811. OLE color: 15524811.

HSL color Cylindrical-coordinate representation of color #CBE3EC: hue angle of 196.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE3EC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 227 236 -
CMYK 0.14 0.04 0 0.07
HSL 196.36º 0.46% 0.86% -
HSV(B) 196.36º 0.14% 0.93% -
XYZ 67.24 73.69 90.04 -
YUV 220.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 203 227 236 0.14 0.04 0 0.07 196.36 0.46 0.86
Hex CB E3 EC E 4 0 7 C4 2E 56
Octal 313 343 354 16 4 0 7 304 56 126
Binary 11001011 11100011 11101100 1110 100 0 111 11000100 101110 1010110

Color Harmonies of #CBE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3EC

Black with #CBE3EC

Text Example


Text Example

White with #CBE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3EC; }

 p { color: rgb(203,227,236); }

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

background-color css

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

 a { background-color: rgb(203,227,236); }

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

border-color css

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

 span { border-color: rgb(203,227,236); }

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