Html Css Color HEX #CBE1EC Pattens Blue

📋 copy color: '#CBE1EC'

red 203 ◦ green 225 ◦ blue 236

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

Shades of Pattens Blue #CBE1EC

Tints of Pattens Blue #CBE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.89%

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

R = 30.57%
G = 33.89%
B = 35.54%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE1EC (or 0xCBE1EC) is known color: Pattens Blue. HEX triplet: CB, E1 and EC. RGB value is (203,225,236). Sum of RGB (Red+Green+Blue) = 203+225+236=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EC is #341E13. Grayscale: #DBDBDB. Windows color (decimal): -3415572 or 15524299. OLE color: 15524299.

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

Color convert

RGB 203 225 236 -
CMYK 0.14 0.05 0 0.07
HSL 200º 0.46% 0.86% -
HSV(B) 200º 0.14% 0.93% -
XYZ 66.69 72.6 89.86 -
YUV 219.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 203 225 236 0.14 0.05 0 0.07 200 0.46 0.86
Hex CB E1 EC E 5 0 7 C8 2E 56
Octal 313 341 354 16 5 0 7 310 56 126
Binary 11001011 11100001 11101100 1110 101 0 111 11001000 101110 1010110

Color Harmonies of #CBE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1EC

Black with #CBE1EC

Text Example


Text Example

White with #CBE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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