Html Css Color HEX #CBD0EC Periwinkle

📋 copy color: '#CBD0EC'

red 203 ◦ green 208 ◦ blue 236

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

Shades of Periwinkle #CBD0EC

Tints of Periwinkle #CBD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.15%

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 31.38%
G = 32.15%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD0EC (or 0xCBD0EC) is known color: Periwinkle. HEX triplet: CB, D0 and EC. RGB value is (203,208,236). Sum of RGB (Red+Green+Blue) = 203+208+236=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0EC is #342F13. Grayscale: #D1D1D1. Windows color (decimal): -3419924 or 15519947. OLE color: 15519947.

HSL color Cylindrical-coordinate representation of color #CBD0EC: hue angle of 230.91º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD0EC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 208 236 -
CMYK 0.14 0.12 0 0.07
HSL 230.91º 0.46% 0.86% -
HSV(B) 230.91º 0.14% 0.93% -
XYZ 62.32 63.86 88.4 -
YUV 209.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 203 208 236 0.14 0.12 0 0.07 230.91 0.46 0.86
Hex CB D0 EC E C 0 7 E7 2E 56
Octal 313 320 354 16 14 0 7 347 56 126
Binary 11001011 11010000 11101100 1110 1100 0 111 11100111 101110 1010110

Color Harmonies of #CBD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD0EC

Black with #CBD0EC

Text Example


Text Example

White with #CBD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD0EC; }

 p { color: rgb(203,208,236); }

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

background-color css

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

 a { background-color: rgb(203,208,236); }

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

border-color css

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

 span { border-color: rgb(203,208,236); }

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