Html Css Color HEX #CBCEE6 Periwinkle

📋 copy color: '#CBCEE6'

red 203 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #CBCEE6

Tints of Periwinkle #CBCEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 31.77%
G = 32.24%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBCEE6 (or 0xCBCEE6) is known color: Periwinkle. HEX triplet: CB, CE and E6. RGB value is (203,206,230). Sum of RGB (Red+Green+Blue) = 203+206+230=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEE6 is #343119. Grayscale: #CFCFCF. Windows color (decimal): -3420442 or 15126219. OLE color: 15126219.

HSL color Cylindrical-coordinate representation of color #CBCEE6: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCEE6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 206 230 -
CMYK 0.12 0.10 0 0.10
HSL 233.33º 0.35% 0.85% -
HSV(B) 233.33º 0.12% 0.9% -
XYZ 60.98 62.55 83.72 -
YUV 207.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 203 206 230 0.12 0.10 0 0.10 233.33 0.35 0.85
Hex CB CE E6 C A 0 A E9 23 55
Octal 313 316 346 14 12 0 12 351 43 125
Binary 11001011 11001110 11100110 1100 1010 0 1010 11101001 100011 1010101

Color Harmonies of #CBCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEE6

Black with #CBCEE6

Text Example


Text Example

White with #CBCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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