Html Css Color HEX #CBD2E1 Periwinkle

📋 copy color: '#CBD2E1'

red 203 ◦ green 210 ◦ blue 225

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

Shades of Periwinkle #CBD2E1

Tints of Periwinkle #CBD2E1

RGB

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

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

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

R = 31.82%
G = 32.92%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBD2E1 (or 0xCBD2E1) is known color: Periwinkle. HEX triplet: CB, D2 and E1. RGB value is (203,210,225). Sum of RGB (Red+Green+Blue) = 203+210+225=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2E1 is #342D1E. Grayscale: #D1D1D1. Windows color (decimal): -3419423 or 14799563. OLE color: 14799563.

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

Color convert

RGB 203 210 225 -
CMYK 0.10 0.07 0 0.12
HSL 220.91º 0.27% 0.84% -
HSV(B) 220.91º 0.1% 0.88% -
XYZ 61.27 64.23 80.4 -
YUV 209.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 203 210 225 0.10 0.07 0 0.12 220.91 0.27 0.84
Hex CB D2 E1 A 7 0 C DD 1B 54
Octal 313 322 341 12 7 0 14 335 33 124
Binary 11001011 11010010 11100001 1010 111 0 1100 11011101 11011 1010100

Color Harmonies of #CBD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD2E1

Black with #CBD2E1

Text Example


Text Example

White with #CBD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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