Html Css Color HEX #CBD0E1 Periwinkle

📋 copy color: '#CBD0E1'

red 203 ◦ green 208 ◦ blue 225

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

Shades of Periwinkle #CBD0E1

Tints of Periwinkle #CBD0E1

RGB

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

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

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

R = 31.92%
G = 32.7%
B = 35.38%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBD0E1 (or 0xCBD0E1) is known color: Periwinkle. HEX triplet: CB, D0 and E1. RGB value is (203,208,225). Sum of RGB (Red+Green+Blue) = 203+208+225=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0E1 is #342F1E. Grayscale: #D0D0D0. Windows color (decimal): -3419935 or 14799051. OLE color: 14799051.

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

Color convert

RGB 203 208 225 -
CMYK 0.10 0.08 0 0.12
HSL 226.36º 0.27% 0.84% -
HSV(B) 226.36º 0.1% 0.88% -
XYZ 60.78 63.24 80.24 -
YUV 208.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 203 208 225 0.10 0.08 0 0.12 226.36 0.27 0.84
Hex CB D0 E1 A 8 0 C E2 1B 54
Octal 313 320 341 12 10 0 14 342 33 124
Binary 11001011 11010000 11100001 1010 1000 0 1100 11100010 11011 1010100

Color Harmonies of #CBD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD0E1

Black with #CBD0E1

Text Example


Text Example

White with #CBD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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