Html Css Color HEX #CBD2EC Periwinkle

📋 copy color: '#CBD2EC'

red 203 ◦ green 210 ◦ blue 236

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

Shades of Periwinkle #CBD2EC

Tints of Periwinkle #CBD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.36%

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

R = 31.28%
G = 32.36%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD2EC (or 0xCBD2EC) is known color: Periwinkle. HEX triplet: CB, D2 and EC. RGB value is (203,210,236). Sum of RGB (Red+Green+Blue) = 203+210+236=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2EC is #342D13. Grayscale: #D2D2D2. Windows color (decimal): -3419412 or 15520459. OLE color: 15520459.

HSL color Cylindrical-coordinate representation of color #CBD2EC: hue angle of 227.27º 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 #CBD2EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 210 236 -
CMYK 0.14 0.11 0 0.07
HSL 227.27º 0.46% 0.86% -
HSV(B) 227.27º 0.14% 0.93% -
XYZ 62.82 64.85 88.56 -
YUV 210.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 203 210 236 0.14 0.11 0 0.07 227.27 0.46 0.86
Hex CB D2 EC E B 0 7 E3 2E 56
Octal 313 322 354 16 13 0 7 343 56 126
Binary 11001011 11010010 11101100 1110 1011 0 111 11100011 101110 1010110

Color Harmonies of #CBD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2EC

Black with #CBD2EC

Text Example


Text Example

White with #CBD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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