Html Css Color HEX #CBCEE0 Periwinkle

📋 copy color: '#CBCEE0'

red 203 ◦ green 206 ◦ blue 224

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

Shades of Periwinkle #CBCEE0

Tints of Periwinkle #CBCEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.39%

R = 32.07%
G = 32.54%
B = 35.39%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCEE0 (or 0xCBCEE0) is known color: Periwinkle. HEX triplet: CB, CE and E0. RGB value is (203,206,224). Sum of RGB (Red+Green+Blue) = 203+206+224=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE0 is #34311F. Grayscale: #CFCFCF. Windows color (decimal): -3420448 or 14733003. OLE color: 14733003.

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

Color convert

RGB 203 206 224 -
CMYK 0.09 0.08 0 0.12
HSL 231.43º 0.25% 0.84% -
HSV(B) 231.43º 0.09% 0.88% -
XYZ 60.15 62.22 79.36 -
YUV 207.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 203 206 224 0.09 0.08 0 0.12 231.43 0.25 0.84
Hex CB CE E0 9 8 0 C E7 19 54
Octal 313 316 340 11 10 0 14 347 31 124
Binary 11001011 11001110 11100000 1001 1000 0 1100 11100111 11001 1010100

Color Harmonies of #CBCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEE0

Black with #CBCEE0

Text Example


Text Example

White with #CBCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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