Html Css Color HEX #CBCCE0 Periwinkle

📋 copy color: '#CBCCE0'

red 203 ◦ green 204 ◦ blue 224

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

Shades of Periwinkle #CBCCE0

Tints of Periwinkle #CBCCE0

RGB

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

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

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

R = 32.17%
G = 32.33%
B = 35.5%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCCE0 (or 0xCBCCE0) is known color: Periwinkle. HEX triplet: CB, CC and E0. RGB value is (203,204,224). Sum of RGB (Red+Green+Blue) = 203+204+224=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE0 is #34331F. Grayscale: #CDCDCD. Windows color (decimal): -3420960 or 14732491. OLE color: 14732491.

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

Color convert

RGB 203 204 224 -
CMYK 0.09 0.09 0 0.12
HSL 237.14º 0.25% 0.84% -
HSV(B) 237.14º 0.09% 0.88% -
XYZ 59.68 61.26 79.2 -
YUV 205.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 203 204 224 0.09 0.09 0 0.12 237.14 0.25 0.84
Hex CB CC E0 9 9 0 C ED 19 54
Octal 313 314 340 11 11 0 14 355 31 124
Binary 11001011 11001100 11100000 1001 1001 0 1100 11101101 11001 1010100

Color Harmonies of #CBCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCE0

Black with #CBCCE0

Text Example


Text Example

White with #CBCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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