Html Css Color HEX #CBCEE1 Periwinkle

📋 copy color: '#CBCEE1'

red 203 ◦ green 206 ◦ blue 225

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

Shades of Periwinkle #CBCEE1

Tints of Periwinkle #CBCEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 32.02%
G = 32.49%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCEE1 (or 0xCBCEE1) is known color: Periwinkle. HEX triplet: CB, CE and E1. RGB value is (203,206,225). Sum of RGB (Red+Green+Blue) = 203+206+225=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE1 is #34311E. Grayscale: #CFCFCF. Windows color (decimal): -3420447 or 14798539. OLE color: 14798539.

HSL color Cylindrical-coordinate representation of color #CBCEE1: hue angle of 231.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCEE1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 206 225 -
CMYK 0.10 0.08 0 0.12
HSL 231.82º 0.27% 0.84% -
HSV(B) 231.82º 0.1% 0.88% -
XYZ 60.29 62.28 80.08 -
YUV 207.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 203 206 225 0.10 0.08 0 0.12 231.82 0.27 0.84
Hex CB CE E1 A 8 0 C E8 1B 54
Octal 313 316 341 12 10 0 14 350 33 124
Binary 11001011 11001110 11100001 1010 1000 0 1100 11101000 11011 1010100

Color Harmonies of #CBCEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEE1

Black with #CBCEE1

Text Example


Text Example

White with #CBCEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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