Html Css Color HEX #CBCCE1 Periwinkle

📋 copy color: '#CBCCE1'

red 203 ◦ green 204 ◦ blue 225

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

Shades of Periwinkle #CBCCE1

Tints of Periwinkle #CBCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.28%

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

R = 32.12%
G = 32.28%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCCE1 (or 0xCBCCE1) is known color: Periwinkle. HEX triplet: CB, CC and E1. RGB value is (203,204,225). Sum of RGB (Red+Green+Blue) = 203+204+225=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE1 is #34331E. Grayscale: #CECECE. Windows color (decimal): -3420959 or 14798027. OLE color: 14798027.

HSL color Cylindrical-coordinate representation of color #CBCCE1: hue angle of 237.27º 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 #CBCCE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 204 225 -
CMYK 0.10 0.09 0 0.12
HSL 237.27º 0.27% 0.84% -
HSV(B) 237.27º 0.1% 0.88% -
XYZ 59.81 61.32 79.92 -
YUV 206.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 203 204 225 0.10 0.09 0 0.12 237.27 0.27 0.84
Hex CB CC E1 A 9 0 C ED 1B 54
Octal 313 314 341 12 11 0 14 355 33 124
Binary 11001011 11001100 11100001 1010 1001 0 1100 11101101 11011 1010100

Color Harmonies of #CBCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCE1

Black with #CBCCE1

Text Example


Text Example

White with #CBCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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